Change backgroud priority
This commit is contained in:
parent
effd8f96ae
commit
f1b059be5c
@ -15,11 +15,11 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
|
|||||||
dunst &
|
dunst &
|
||||||
numlockx on &
|
numlockx on &
|
||||||
|
|
||||||
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
|
|
||||||
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
|
|
||||||
else
|
|
||||||
if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
|
if test -f /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg ; then
|
||||||
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
|
feh --bg-scale /usr/share/backgrounds/brad-huchteman-stone-mountain.jpg &
|
||||||
|
else
|
||||||
|
if test -f /usr/share/backgrounds/gnome/Road.jpg ; then
|
||||||
|
feh --bg-scale /usr/share/backgrounds/gnome/Road.jpg &
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user