Skip to content

Commit df3fb1a

Browse files
authored
Merge branch 'rc' into dev
2 parents 7e6324c + b212201 commit df3fb1a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Scripts/themepatcher.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ if [[ -z $1 || -z $2 ]]; then
9898
fi
9999

100100
wallbashDirs=(
101-
"$HOME/.config/hyde/wallbash"
102-
"$HOME/.local/share/hyde/wallbash"
101+
"${XDG_CONFIG_HOME:-$HOME.config}/hyde/wallbash"
102+
"${XDG_DATA_HOME:-$HOME/.local/share}/hyde/wallbash"
103+
"${XDG_DATA_HOME}/wallbash"
104+
"${XDG_DATA_HOME}/hyde/wallbash"
103105
"/usr/local/share/hyde/wallbash"
104106
"/usr/share/hyde/wallbash"
105107
)

0 commit comments

Comments
 (0)