From e7abf87c54804ba232cc384e238d5912d00ad598 Mon Sep 17 00:00:00 2001 From: daru Date: Tue, 1 Nov 2022 17:05:57 +0100 Subject: [PATCH] Update wallpaper --- plugins/wallpaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wallpaper b/plugins/wallpaper index c6ff2455..b91ec891 100755 --- a/plugins/wallpaper +++ b/plugins/wallpaper @@ -9,7 +9,7 @@ if [ -n "$1" ]; then if [ "$(file --mime-type "$1" | awk '{print $NF}' | awk -F '/' '{print $1}')" = "image" ]; then - if [ "$XDG_SESSION_TYPE" == "x11" ]; then + if [ "$XDG_SESSION_TYPE" = "x11" ]; then if type nitrogen >/dev/null 2>&1; then nitrogen --set-zoom-fill --save "$1" elif type wal >/dev/null 2>&1; then