From 43d88834d5f8fbfd098790841bac307d56b170aa Mon Sep 17 00:00:00 2001 From: kRHYME7 Date: Tue, 3 Sep 2024 15:29:37 +0800 Subject: [PATCH] fix(Hyde theme patch): typo target dir --- Scripts/Patch-Theme | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Scripts/Patch-Theme b/Scripts/Patch-Theme index 45a669e..d4fcdc8 100644 --- a/Scripts/Patch-Theme +++ b/Scripts/Patch-Theme @@ -70,9 +70,9 @@ Supported Archive Format: | Icon_ | \$ICON-THEME | \$HOME/.icons | | Cursor_ | \$CURSOR-THEME | \$HOME/.icons | | Sddm_ | \$SDDM-THEME | /usr/share/sddm/themes | - | Font_ | \$FONT | \$HOME/local/share/fonts | - | Document-Font_ | \$DOCUMENT-FONT | \$HOME/local/share/fonts | - | Monospace-Font_ | \$MONOSPACE-FONT | \$HOME/local/share/fonts | + | Font_ | \$FONT | \$HOME/.local/share/fonts | + | Document-Font_ | \$DOCUMENT-FONT | \$HOME/.local/share/fonts | + | Monospace-Font_ | \$MONOSPACE-FONT | \$HOME/.local/share/fonts | Note: Target directories without enough permissions will be skipped. @@ -236,9 +236,9 @@ tgtDir=( "$HOME/.icons" "$HOME/.icons" "/usr/share/sddm/themes" - "$HOME/local/share/fonts" - "$HOME/local/share/fonts" - "$HOME/local/share/fonts" + "$HOME/.local/share/fonts" + "$HOME/.local/share/fonts" + "$HOME/.local/share/fonts" ) for indx in "${!prefix[@]}"; do