Better wording
This commit is contained in:
+3
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user