From 6d4572fc8d7d22a5869214988ceae8f1a16c32d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Fri, 17 May 2024 23:35:12 +0200 Subject: [PATCH] Update backgrounds --- .xsessionrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.xsessionrc b/.xsessionrc index b1cfe2f..2ac3435 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -5,7 +5,9 @@ if test -f ${HOME}/.xsessionrc-local ; then fi 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 & elif test -f /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg; then feh --bg-fill /usr/share/backgrounds/Mirror_by_Uday_Nakade.jpg &