We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9595a commit 55f51e4Copy full SHA for 55f51e4
Scripts/Patch-Theme
@@ -162,6 +162,10 @@ while IFS= read -r fchk; do
162
print_prompt -y "[!!] " "${fchk} --> do not exist in ${Theme_Dir}/Configs/"
163
fi
164
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
169
readonly restore_list
170
171
# Get Wallpapers
0 commit comments