From 24302092dfacd13a39feebbcc606d4bffbcf18be Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 28 May 2024 22:39:59 +0200 Subject: [PATCH] Change naming convention from wallpaper_sets to general and add notify option. --- sample_config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample_config.toml b/sample_config.toml index d188615..ac1a3e0 100644 --- a/sample_config.toml +++ b/sample_config.toml @@ -1,9 +1,10 @@ # Here, define if you want to use different sets of wallpapers, and if yes, # what those sets are called and how many wallpapers are included per set. -[wallpaper_sets] +[general] enabled = true used_sets = ["anime", "nature"] wallpapers_per_set = 5 +notify = False # Enter the hours at which you want the wallpaper to change. # If the script is called between one of this times, it will go back to the previous time.