TOML · 359 bytes Raw Blame History
1 # garbg configuration
2 # See https://github.com/tenseleyFlow/garbg for documentation
3
4 [general]
5 mode = "fill"
6
7 # Default wallpaper (optional - gar init.lua handles this)
8 # [default]
9 # source = "~/Pictures/background/cold/"
10 # mode = "fill"
11 # [default.slideshow]
12 # enabled = false
13 # interval = "5m"
14 # shuffle = true
15
16 [cache]
17 max_size_mb = 1024
18 max_age_days = 30