1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# glance configuration
# Copy to ~/.config/glance/config.toml
# directories to watch for new files
= ["~/Pictures/Screenshots", "~/Downloads"]
# RTMIN+N signal to poke waybar on new file
= 8
# auto-dismiss the waybar widget after N seconds
= 10
# ignore files with these suffixes (partial downloads, etc.)
= [".part", ".crdownload", ".tmp"]
# pixels from top of screen to below waybar (menu appears here)
= 57
# number of files to remember in history
= 5
# editor command for the Edit button (default: swappy)
# swappy is a lightweight Wayland screenshot annotation tool
# install: sudo dnf install swappy (Fedora) / sudo pacman -S swappy (Arch)
= "swappy"
# which action buttons to show in the dropdown menu
# available: "drag", "open", "edit", "copy"
= ["drag", "open", "edit", "copy"]
# auto-dismiss the dropdown menu after N seconds (0 = never)
= 8
# menu appearance
[]
= "rgba(30,30,46,0.95)"
= "#cdd6f4"
= "#a6adc8"
= "rgba(255,255,255,0.08)"
= "rgba(255,255,255,0.15)"
= 12