Renaming wallpaper file.

This commit is contained in:
Bartek Stalewski 2022-03-30 18:53:36 +02:00
parent 55ebbd0cf8
commit 6a3d977f85

View File

@ -39,7 +39,7 @@ onescreen() {
} }
postrun() { postrun() {
feh --no-fehbg --bg-fill ~/.local/share/wallpaper feh --no-fehbg --bg-fill ~/.local/share/wallpaper.img
{ killall dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen { killall dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen
kill -46 $(pidof dwmblocks) kill -46 $(pidof dwmblocks)
} }