Update backgrounds

This commit is contained in:
Przemek Grondek 2024-05-17 23:35:12 +02:00
parent 2375de6595
commit 6d4572fc8d

View file

@ -5,7 +5,9 @@ if test -f ${HOME}/.xsessionrc-local ; then
fi fi
function set_backgrounds() { function set_backgrounds() {
if test -f /usr/share/backgrounds/ubuntu2_by_arman1992.jpg; then if test -f /usr/share/backgrounds/my/outrun-vaporwave.jpg; then
feh --bg-fill /usr/share/backgrounds/my/outrun-vaporwave.jpg &
elif test -f /usr/share/backgrounds/ubuntu2_by_arman1992.jpg; then
feh --bg-fill /usr/share/backgrounds/ubuntu2_by_arman1992.jpg & feh --bg-fill /usr/share/backgrounds/ubuntu2_by_arman1992.jpg &
elif test -f /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg; then elif test -f /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg; then
feh --bg-fill /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg & feh --bg-fill /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg &