From b80c011052d1ce2c125b73287862e370d806f0d4 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Mon, 18 Nov 2024 16:12:31 +0100 Subject: [PATCH] Fix Hyprland default wallpaper path --- .scripts/theme-changer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/theme-changer.sh b/.scripts/theme-changer.sh index c06db48..0390c3e 100755 --- a/.scripts/theme-changer.sh +++ b/.scripts/theme-changer.sh @@ -6,7 +6,7 @@ declare -A albums=( [sfw]="$albums_dir/SFW" [nsfw]="$albums_dir/( ͡° ͜ʖ ͡°)" [bonk]="$albums_dir/Bonk" - [hypr]="/usr/share/hyprland/wall0.png" + [hypr]="/usr/share/hypr/wall0.png" ) # Declare outside of function to make them global.