Skip to content

Commit 15671d4

Browse files
committed
update sample config file w/ commented-out logging field
cli-provided --log-level [default,verbose,debug] will override the config-bound value, and config reloads *will not* affect the value at runtime (logger is very minimal)
1 parent 9d21d06 commit 15671d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sample files/pandora.kdl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// sample config to get you started
2-
// should go in ~/.config/pandora.kdl (or $XDG_CONFIG_HOME/pandora.kdl)
1+
// sample config to get you started :3
2+
// should go in ~/.config/pandora/pandora.kdl (or $XDG_CONFIG_HOME/pandora/pandora.kdl)
33
output "DP-1" {
44
image "~/pictures/wallpapers/portrait.png"
55
mode "scroll-vertical"
@@ -20,3 +20,5 @@ output "DP-2" {
2020
image "~/pictures/wallpapers/another wallpaper.png"
2121
mode "static"
2222
}
23+
24+
// logging "default"

0 commit comments

Comments
 (0)