Wallman/sample_config.toml

38 lines
1.1 KiB
TOML
Raw Normal View History

2024-05-27 00:45:23 +00:00
# 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.
[general]
2024-05-28 20:53:20 +00:00
enable_wallpaper_sets = true
2024-05-27 00:45:23 +00:00
used_sets = ["anime", "nature"]
wallpapers_per_set = 5
2025-01-26 22:34:31 +00:00
notify = false
2024-09-02 11:08:14 +00:00
fallback_wallpaper = "/path/to/paper"
loglevel = "INFO"
2024-09-01 17:18:59 +00:00
systray = true
2025-01-26 22:34:31 +00:00
behavior = "fill"
2024-05-27 00:45:23 +00:00
# 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.
[changing_times]
first = "01:00:00"
second = "06:00:00"
third = "10:00:00"
fourth = "17:00:00"
fifth = "21:00:00"
# The first set in your list of used wallpaper sets.
# Pay attention that the name used here must equal to that used above.
[anime]
2024-09-02 11:08:14 +00:00
pap0 = "/path/to/anime/paper"
pap1 = "/path/to/anime/paper"
pap2 = "/path/to/anime/paper"
pap3 = "/path/to/anime/paper"
pap4 = "/path/to/anime/paper"
2024-05-27 00:45:23 +00:00
# The second set in your list of wallpaper sets. See above.
[nature]
2024-09-02 11:08:14 +00:00
pap0 = "/path/to/paper"
pap1 = "/path/to/paper"
pap2 = "/path/to/paper"
pap3 = "/path/to/paper"
pap4 = "/path/to/paper"