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-modified.sh | |
| parent | b478eef5f63d237eda06256bd4508c545bc6bcbe (diff) | |
Updated rofi stuff
Diffstat (limited to 'config/hypr/scripts/RofiThemeSelector-modified.sh')
| -rwxr-xr-x | config/hypr/scripts/RofiThemeSelector-modified.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/RofiThemeSelector-modified.sh b/config/hypr/scripts/RofiThemeSelector-modified.sh index 2af75a73..2cfc2d24 100755 --- a/config/hypr/scripts/RofiThemeSelector-modified.sh +++ b/config/hypr/scripts/RofiThemeSelector-modified.sh @@ -219,7 +219,7 @@ then # Send notification with the selected theme name selection="${theme_names[${SELECTED}]}" if [ -n "$NOTIFY_SEND" ]; then - notify-send -u low -i "$iDIR/ja.png" "Rofi Theme" "applied: $selection" + notify-send -u low -i "$iDIR/ja.png" "Rofi Theme applied:" "$selection" fi fi |
