diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 12:45:34 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-15 12:45:34 +0900 |
| commit | b478eef5f63d237eda06256bd4508c545bc6bcbe (patch) | |
| tree | a0de45cc15f46d07a6b60fca156f71db1e921505 /config/hypr/scripts/RofiThemeSelector.sh | |
| parent | 1d714a5ea76fd19d530b9d06ce9b73627d8224d9 (diff) | |
updated keybinds search & rofi theme selector scripts
Diffstat (limited to 'config/hypr/scripts/RofiThemeSelector.sh')
| -rwxr-xr-x | config/hypr/scripts/RofiThemeSelector.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/RofiThemeSelector.sh b/config/hypr/scripts/RofiThemeSelector.sh index cbce04b0..968d1f30 100755 --- a/config/hypr/scripts/RofiThemeSelector.sh +++ b/config/hypr/scripts/RofiThemeSelector.sh @@ -5,7 +5,7 @@ IFS=$'\n\t' # Define directories and variables -rofi_theme_dir="$HOME/.local/share/rofi/themes" +rofi_theme_dir="$HOME/.config/rofi/themes" rofi_config_file="$HOME/.config/rofi/config.rasi" SED=$(which sed) iDIR="$HOME/.config/swaync/images" @@ -25,7 +25,7 @@ menu() { add_theme_to_config() { local theme_name="$1" local theme_path="$rofi_theme_dir/$theme_name" - + # if config in $HOME to write as $HOME if [[ "$theme_path" == $HOME/* ]]; then theme_path_with_tilde="~${theme_path#$HOME}" |
