From f26cc8f1573f58388d4ac355e47e4848a4f2cb41 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 May 2026 15:22:41 +0200 Subject: [PATCH] Send a notification when we switch --- bin/omarchy-style-corners | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/omarchy-style-corners b/bin/omarchy-style-corners index e3616bef..60a1f4d3 100755 --- a/bin/omarchy-style-corners +++ b/bin/omarchy-style-corners @@ -13,3 +13,8 @@ omarchy-style-corners-hyprland "$1" omarchy-style-corners-hyprlock "$1" omarchy-style-corners-mako "$1" omarchy-style-corners-walker "$1" + +case $1 in + sharp) omarchy-notification-send "Sharp corners enabled" -g 󰝣 ;; + round) omarchy-notification-send "Round corners enabled" -g 󰘇 ;; +esac