Skip to content

Commit 55f51e4

Browse files
committed
1 parent fd9595a commit 55f51e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Scripts/Patch-Theme

+4
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ while IFS= read -r fchk; do
162162
print_prompt -y "[!!] " "${fchk} --> do not exist in ${Theme_Dir}/Configs/"
163163
fi
164164
done <<<"$config"
165+
if [ -f "${Fav_Theme_Dir}/theme.dcol" ];then
166+
print_prompt -n "[ok] " "found theme.dcol to override wallpaper dominant colors"
167+
restore_list+="Y|Y|\${HOME}/.config/hyde/themes/${Fav_Theme}|theme.dcol|hyprland\n"
168+
fi
165169
readonly restore_list
166170

167171
# Get Wallpapers

0 commit comments

Comments
 (0)