gardesk/garbg / aff0b13

Browse files

Add sample config.toml

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
aff0b139ae6ee9b8d79ca1cdc019ea00ed656672
Parents
21a999f
Tree
e779282

1 changed file

StatusFile+-
A examples/config.toml 18 0
examples/config.tomladded
@@ -0,0 +1,18 @@
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