refactor: visual tweaks

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-21 19:44:25 +02:00
parent c8864ea09f
commit f1aaa7c54f
10 changed files with 40 additions and 38 deletions

View File

@@ -66,7 +66,7 @@ function main_menu(){
kiauh_update_dialog
main_ui
while true; do
read -p "${cyan}Perform action:${white} " action; echo
read -p "${cyan}####### Perform action:${white} " action
case "${action}" in
"start klipper") do_action_service "start" "klipper"; main_ui;;
"stop klipper") do_action_service "stop" "klipper"; main_ui;;