Skip to content

Commit

Permalink
fix(Hyde theme patch): typo target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Sep 3, 2024
1 parent a1cf82e commit 43d8883
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Scripts/Patch-Theme
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43d8883

Please sign in to comment.