Change backgroud priority

This commit is contained in:
Przemek Grondek 2021-07-07 01:59:49 +02:00
parent effd8f96ae
commit f1b059be5c

View File

@ -15,11 +15,11 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
dunst &
numlockx on &
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
else
if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
fi
fi
fi