diff options
| author | installer <installer@gmail.com> | 2025-02-15 17:41:55 +0900 |
|---|---|---|
| committer | installer <installer@gmail.com> | 2025-02-15 17:41:55 +0900 |
| commit | 0b00425dc338e739404bd200a1e2078237df71a9 (patch) | |
| tree | 1cec0222d9a50c035d1d2547c44f571d80fcf559 /config/hypr/scripts/RofiThemeSelector.sh | |
| parent | b478eef5f63d237eda06256bd4508c545bc6bcbe (diff) | |
Updated rofi stuff
Diffstat (limited to 'config/hypr/scripts/RofiThemeSelector.sh')
| -rwxr-xr-x | config/hypr/scripts/RofiThemeSelector.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/RofiThemeSelector.sh b/config/hypr/scripts/RofiThemeSelector.sh index 968d1f30..2e840ea1 100755 --- a/config/hypr/scripts/RofiThemeSelector.sh +++ b/config/hypr/scripts/RofiThemeSelector.sh @@ -65,7 +65,7 @@ main() { exit 0 fi add_theme_to_config "$choice" - notify-send -i "$iDIR/ja.png" -u low 'Rofi Theme' "$choice applied." + notify-send -i "$iDIR/ja.png" -u low 'Rofi Theme applied:' "$choice" } if pgrep -x "rofi" >/dev/null; then |
