aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-16 20:17:41 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-16 20:17:41 -0500
commit9342aefe7b42f334c52c8697cd5ad8e12fadf88f (patch)
tree444f84cdb0596d9ed041ce09ce74267b0f5a755c /config/hypr
parent6a9bb7b7331ab3d526e58b6e97fc38892db69c19 (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/hypr')
-rwxr-xr-xconfig/hypr/scripts/Kool_Quick_Settings.sh14
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage