Better wording
This commit is contained in:
+3
-3
@@ -279,9 +279,9 @@ show_style_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
show_style_corners_menu() {
|
show_style_corners_menu() {
|
||||||
case $(omarchy-menu-select "Corners" " Straight" " Rounded") in
|
case $(omarchy-menu-select "Corners" " Sharp" " Round") in
|
||||||
*Straight*) omarchy-style-corners sharp ;;
|
*Sharp*) omarchy-style-corners sharp ;;
|
||||||
*Rounded*) omarchy-style-corners round ;;
|
*Round*) omarchy-style-corners round ;;
|
||||||
*) show_style_menu ;;
|
*) show_style_menu ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user