Fix Hyprland default wallpaper path
This commit is contained in:
parent
bc976a1fbb
commit
b80c011052
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ declare -A albums=(
|
||||||
[sfw]="$albums_dir/SFW"
|
[sfw]="$albums_dir/SFW"
|
||||||
[nsfw]="$albums_dir/( ͡° ͜ʖ ͡°)"
|
[nsfw]="$albums_dir/( ͡° ͜ʖ ͡°)"
|
||||||
[bonk]="$albums_dir/Bonk"
|
[bonk]="$albums_dir/Bonk"
|
||||||
[hypr]="/usr/share/hyprland/wall0.png"
|
[hypr]="/usr/share/hypr/wall0.png"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Declare outside of function to make them global.
|
# Declare outside of function to make them global.
|
||||||
|
|
Loading…
Reference in a new issue