diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-16 20:17:41 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-16 20:17:41 -0500 |
| commit | 9342aefe7b42f334c52c8697cd5ad8e12fadf88f (patch) | |
| tree | 444f84cdb0596d9ed041ce09ce74267b0f5a755c /config | |
| parent | 6a9bb7b7331ab3d526e58b6e97fc38892db69c19 (diff) | |
removed inop notification code
the current mode is in the rofi menu
Any change is reflected immediately no need for an alert
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/scripts/Kool_Quick_Settings.sh
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/Kool_Quick_Settings.sh | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/config/hypr/scripts/Kool_Quick_Settings.sh b/config/hypr/scripts/Kool_Quick_Settings.sh index 7d9c1a70..2437bd11 100755 --- a/config/hypr/scripts/Kool_Quick_Settings.sh +++ b/config/hypr/scripts/Kool_Quick_Settings.sh @@ -169,19 +169,7 @@ rainbow_borders_menu() { "$rainbow_script" >/dev/null 2>&1 & fi - # Notify only if changed (friendly display) - local new_display="$current" - case "$current" in - wallust_random) new_display="Wallust Color" ;; - rainbow) new_display="Original Rainbow" ;; - gradient_flow) new_display="Gradient Flow" ;; - disabled) new_display="Disabled" ;; - esac - if [[ "$current" == "disabled" ]]; then - show_info "Rainbow Borders disabled." - else - show_info "Rainbow Borders: $new_display." - fi + # No notifications; mode is shown in the menu } # Function to display the menu options without numbers |
