Compare commits
No commits in common. "e31bd2c70c147974b3e71a5eb74dbd98d4172f2e" and "37a7ac89e1e6c08e55220720f701d3c8a701f692" have entirely different histories.
e31bd2c70c
...
37a7ac89e1
2 changed files with 8 additions and 9 deletions
|
@ -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/wallman.py &
|
python /home/emma/.config/qtile/Wallpapers.py &
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
# 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.
|
||||||
[general]
|
[wallpaper_sets]
|
||||||
enable_wallpaper_sets = true
|
enabled = 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.
|
||||||
|
@ -18,11 +17,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/AnimeWallpaper/wideSniperNight.jpg"
|
pap0 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/wideSniperNight.jpg"
|
||||||
pap1 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideDepressionMorning"
|
pap1 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/wideDepressionMorning"
|
||||||
pap2 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideStreetDay.jpg"
|
pap2 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/WideStreetDay.jpg"
|
||||||
pap3 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/WideDualityEvening.jpg"
|
pap3 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/WideDualityEvening.jpg"
|
||||||
pap4 = "/home/emma/Bilder/Hintergründe/AnimeWallpaper/wideNameNight.png"
|
pap4 = "/home/emma/Bilder/Hintergründe/Anime Wallpaper/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]
|
||||||
|
|
Loading…
Reference in a new issue