Better wording

This commit is contained in:
David Heinemeier Hansson
2026-05-10 15:11:47 +02:00
parent 5346bc6db1
commit 566c106ec1
+3 -3
View File
@@ -279,9 +279,9 @@ show_style_menu() {
}
show_style_corners_menu() {
case $(omarchy-menu-select "Corners" "󰝣 Straight" "󰘇 Rounded") in
*Straight*) omarchy-style-corners sharp ;;
*Rounded*) omarchy-style-corners round ;;
case $(omarchy-menu-select "Corners" "󰝣 Sharp" "󰘇 Round") in
*Sharp*) omarchy-style-corners sharp ;;
*Round*) omarchy-style-corners round ;;
*) show_style_menu ;;
esac
}