Fixed extension for the wallpaper.

This commit is contained in:
Bartek Stalewski 2022-03-31 15:11:54 +02:00
parent 0291142731
commit f385ce9ba9

View File

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