Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Oct 5, 2024
1 parent fd9595a commit 55f51e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scripts/Patch-Theme
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ while IFS= read -r fchk; do
print_prompt -y "[!!] " "${fchk} --> do not exist in ${Theme_Dir}/Configs/"
fi
done <<<"$config"
if [ -f "${Fav_Theme_Dir}/theme.dcol" ];then
print_prompt -n "[ok] " "found theme.dcol to override wallpaper dominant colors"
restore_list+="Y|Y|\${HOME}/.config/hyde/themes/${Fav_Theme}|theme.dcol|hyprland\n"
fi
readonly restore_list

# Get Wallpapers
Expand Down

0 comments on commit 55f51e4

Please sign in to comment.