From 654ad177939265ddf70c1b814a378a7eae564de0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 16 Feb 2025 11:29:18 +0900 Subject: minor change on copy.sh --- copy.sh | 6 +++--- 1 file 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 -- cgit v1.2.3