Skip to content

Commit

Permalink
fix: Patch-Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Jul 19, 2024
1 parent 55ff0f8 commit 96b2515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Patch-Theme
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ done <<<"${wallpapers}"
# restore configs with theme override
echo -en "${restore_list}" >"${Theme_Dir}/restore_cfg.lst"
print_prompt -g "\n[exec] " "restore_cfg.sh \"${Theme_Dir}/restore_cfg.lst\" \"${Theme_Dir}/Configs\" \"${Fav_Theme}\"\n"
"${CloneDir}/Scripts/restore_cfg.sh" "${Theme_Dir}/restore_cfg.lst" "${Theme_Dir}/Configs" "${Fav_Theme}" #&>/dev/null
"${CloneDir}/Scripts/restore_cfg.sh" "${Theme_Dir}/restore_cfg.lst" "${Theme_Dir}/Configs" "${Fav_Theme}" &>/dev/null
[ "${3}" == "--skipcaching" ] || "$HOME/.local/share/bin/swwwallcache.sh" -t "${Fav_Theme}"

exit 0

0 comments on commit 96b2515

Please sign in to comment.