From 16a5626b7df3bc575c51dbedac265e2769df8e0f Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Mon, 27 Jan 2025 19:25:49 +0000 Subject: [PATCH] Fix theme command Signed-off-by: Nikolaos Karaolidis --- hosts/common/configs/user/gui/theme/theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/configs/user/gui/theme/theme.sh b/hosts/common/configs/user/gui/theme/theme.sh index f5b7acf..7895a37 100644 --- a/hosts/common/configs/user/gui/theme/theme.sh +++ b/hosts/common/configs/user/gui/theme/theme.sh @@ -3,7 +3,7 @@ mode="" set_wallpaper() { if [[ -f "$1" ]]; then - wallpaper="$1" + wallpaper="$(realpath "$1")" else echo "Invalid wallpaper path: $1" exit 1