mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 14:46:14 +01:00
whitespace
This commit is contained in:
parent
8f737a2ae6
commit
1cdf4d57be
@ -150,6 +150,7 @@ run_dialog() {
|
||||
4) theme="slaze" ;;
|
||||
*) operation_canceled ;;
|
||||
esac
|
||||
|
||||
tui=$(dialog --backtitle "GRUB2 THEMES" \
|
||||
--radiolist "Choose icon style : " 15 40 5 \
|
||||
1 "white" off \
|
||||
@ -159,6 +160,7 @@ run_dialog() {
|
||||
2) icon="color" ;;
|
||||
*) operation_canceled ;;
|
||||
esac
|
||||
|
||||
tui=$(dialog --backtitle "GRUB2 THEMES" \
|
||||
--radiolist "Choose your Display Resolution : " 15 40 5 \
|
||||
1 "1080p" on \
|
||||
@ -320,7 +322,7 @@ while [[ $# -ge 1 ]]; do
|
||||
;;
|
||||
*)
|
||||
prompt -e "\n ERROR: Unrecognized installation option '$1'."
|
||||
prompt -i "\n Try '$0 --help' for more information."
|
||||
prompt -i "Try '$0 --help' for more information."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user