Scan ~/Pictures/Wallpapers and /usr/share/backgrounds/bos (configurable) and open a bread-theme GTK picker via `breadpaper library` (alias browse). Clicking a thumbnail runs the existing set path. listen honors bread.command.paper.library by spawning that picker.
6 lines
194 B
TOML
6 lines
194 B
TOML
# ~/.config/breadpaper/config.toml
|
|
# Missing directories are skipped. An empty list uses the built-in defaults.
|
|
library_dirs = [
|
|
"~/Pictures/Wallpapers",
|
|
"/usr/share/backgrounds/bos",
|
|
]
|