aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-16 11:29:18 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-16 11:29:46 +0900
commit654ad177939265ddf70c1b814a378a7eae564de0 (patch)
tree02bbf3400803c417c7ba02aeb3b7e38093cfc1af
parent0c53ef536ca2f028672004e909daac5473e6110f (diff)
minor change on copy.sh
-rwxr-xr-xcopy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/copy.sh b/copy.sh
index bd06b3a9..98d48920 100755
--- a/copy.sh
+++ b/copy.sh
@@ -646,12 +646,12 @@ if [ ! -d "$rofi_DIR" ]; then
fi
if [ -d "$HOME/.config/rofi/themes" ]; then
if [ -z "$(ls -A $HOME/.config/rofi/themes)" ]; then
- echo '/* Default Rofi theme */' > "$HOME/.config/rofi/themes/default.rasi"
+ echo '/* Dummy Rofi theme */' > "$HOME/.config/rofi/themes/dummy.rasi"
fi
ln -snf ~/.config/rofi/themes/* ~/.local/share/rofi/themes/
# Delete the dummy file if it was created
- if [ -f "$HOME/.config/rofi/themes/default.rasi" ]; then
- rm "$HOME/.config/rofi/themes/default.rasi"
+ if [ -f "$HOME/.config/rofi/themes/dummy.rasi" ]; then
+ rm "$HOME/.config/rofi/themes/dummy.rasi"
fi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage