Compare commits

...

2 commits

Author SHA1 Message Date
Emma Nora Theuer
e31bd2c70c Updated names and adjusted for new features 2024-05-28 23:30:29 +02:00
Emma Nora Theuer
d1311972c9 Switch to updated name for Wallman 2024-05-28 23:29:57 +02:00
2 changed files with 9 additions and 8 deletions

View file

@ -15,4 +15,4 @@ picom &
ping -c 1 10.21.37.1 ping -c 1 10.21.37.1
xinput set-prop "Logitech ERGO M575" 296 1 & xinput set-prop "Logitech ERGO M575" 296 1 &
solaar -w hide & solaar -w hide &
python /home/emma/.config/qtile/Wallpapers.py & python /home/emma/.config/qtile/wallman.py &

View file

@ -1,9 +1,10 @@
# Here, define if you want to use different sets of wallpapers, and if yes, # 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. # what those sets are called and how many wallpapers are included per set.
[wallpaper_sets] [general]
enabled = true enable_wallpaper_sets = true
used_sets = ["anime", "nature"] used_sets = ["anime", "nature"]
wallpapers_per_set = 5 wallpapers_per_set = 5
notify = true
# Enter the hours at which you want the wallpaper to change. # 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. # If the script is called between one of this times, it will go back to the previous time.
@ -17,11 +18,11 @@ 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/Anime Wallpaper/wideSniperNight.jpg" pap0 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideSniperNight.jpg"
pap1 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/wideDepressionMorning" pap1 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideDepressionMorning"
pap2 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/WideStreetDay.jpg" pap2 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideStreetDay.jpg"
pap3 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/WideDualityEvening.jpg" pap3 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideDualityEvening.jpg"
pap4 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/wideNameNight.png" pap4 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideNameNight.png"
# The second set in your list of wallpaper sets. See above. # The second set in your list of wallpaper sets. See above.
[nature] [nature]