fix: wallpaper name

This commit is contained in:
AngeD 2023-04-18 17:35:09 +02:00
parent f0beaad2eb
commit 769f18fa36
3 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c79c37927bb6a937b5b85c45125db75dc204a6ef Subproject commit cdc45ac6bad52d95802b54e8a6d4f7aaa163edc5

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

View File

@ -20,7 +20,7 @@ dpms="$((stimeout + cycle + 1))" # turn off screen 1 sec after lock
xset s "$stimeout" "$cycle" & xset s "$stimeout" "$cycle" &
xset dpms "$dpms" "$dpms" "$dpms" & xset dpms "$dpms" "$dpms" "$dpms" &
feh --bg-fill "$XDG_CONFIG_HOME/wallpapers/mount_cook.png" --no-fehbg & feh --bg-fill "$XDG_CONFIG_HOME/wallpapers/mount_cook.jpg" --no-fehbg &
xss-lock -n "feh --fullscreen $XDG_CONFIG_HOME/wallpapers/lock.png" -- lock & xss-lock -n "feh --fullscreen $XDG_CONFIG_HOME/wallpapers/lock.png" -- lock &
# startup # startup