aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/RofiThemeSelector.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/scripts/RofiThemeSelector.sh')
-rwxr-xr-xconfig/hypr/scripts/RofiThemeSelector.sh4
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}"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage