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