update default loglevel

This commit is contained in:
Emma Nora Theuer 2024-09-02 13:08:14 +02:00
parent 61a2962cb7
commit 5e0fd1f12b

View file

@ -4,9 +4,9 @@
enable_wallpaper_sets = true enable_wallpaper_sets = true
used_sets = ["anime", "nature"] used_sets = ["anime", "nature"]
wallpapers_per_set = 5 wallpapers_per_set = 5
notify = true notify = False
fallback_wallpaper = "/home/emma/Bilder/Hintergründe/wideFallbackScreen.jpg" fallback_wallpaper = "/path/to/paper"
loglevel = "DEBUG" loglevel = "INFO"
systray = true systray = true
# Enter the hours at which you want the wallpaper to change. # Enter the hours at which you want the wallpaper to change.
@ -21,16 +21,16 @@ fifth = "21:00:00"
# The first set in your list of used wallpaper sets. # The first set in your list of used wallpaper sets.
# Pay attention that the name used here must equal to that used above. # Pay attention that the name used here must equal to that used above.
[anime] [anime]
pap0 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideSniperNight.jpg" pap0 = "/path/to/anime/paper"
pap1 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideDepressionMorning.jpg" pap1 = "/path/to/anime/paper"
pap2 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideStreetDay.jpg" pap2 = "/path/to/anime/paper"
pap3 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideDualityEvening.jpg" pap3 = "/path/to/anime/paper"
pap4 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideNameNight.png" pap4 = "/path/to/anime/paper"
# The second set in your list of wallpaper sets. See above. # The second set in your list of wallpaper sets. See above.
[nature] [nature]
pap0 = "/home/emma/Bilder/Hintergründe/wideFlowerNight.jpg" pap0 = "/path/to/paper"
pap1 = "/home/emma/Bilder/Hintergründe/widePeninsulasMorning.jpg" pap1 = "/path/to/paper"
pap2 = "/home/emma/Bilder/Hintergründe/wideMountainDay.jpg" pap2 = "/path/to/paper"
pap3 = "/home/emma/Bilder/Hintergründe/wideForestEvening.png" pap3 = "/path/to/paper"
pap4 = "/home/emma/Bilder/Hintergründe/wideForestTempleEveningNight.jpg" pap4 = "/path/to/paper"