Strip whitespace
This commit is contained in:
parent
a2cf620931
commit
3f24687277
60
installer
60
installer
@ -1989,7 +1989,7 @@ install_packages()
|
|||||||
|
|
||||||
# remove the packages we don't want on the installed system
|
# remove the packages we don't want on the installed system
|
||||||
[[ ${rmpkg[*]} ]] && chrun "pacman -Rnsc ${rmpkg[*]} --noconfirm"
|
[[ ${rmpkg[*]} ]] && chrun "pacman -Rnsc ${rmpkg[*]} --noconfirm"
|
||||||
|
|
||||||
[[ -e $MNT/boot/${UCODE}.img ]] && rm -rf "$MNT/boot/${UCODE}.img"
|
[[ -e $MNT/boot/${UCODE}.img ]] && rm -rf "$MNT/boot/${UCODE}.img"
|
||||||
|
|
||||||
# install crucial packages first to avoid issues
|
# install crucial packages first to avoid issues
|
||||||
@ -3330,79 +3330,79 @@ dialog_cfg()
|
|||||||
# String - "string"
|
# String - "string"
|
||||||
# Boolean - <ON|OFF>
|
# Boolean - <ON|OFF>
|
||||||
# Attribute - (foreground,background,highlight?)
|
# Attribute - (foreground,background,highlight?)
|
||||||
|
|
||||||
aspect = 25
|
aspect = 25
|
||||||
|
|
||||||
separate_widget = ""
|
separate_widget = ""
|
||||||
|
|
||||||
tab_len = 0
|
tab_len = 0
|
||||||
|
|
||||||
visit_items = OFF
|
visit_items = OFF
|
||||||
|
|
||||||
use_shadow = ON
|
use_shadow = ON
|
||||||
use_colors = ON
|
use_colors = ON
|
||||||
|
|
||||||
screen_color = (CYAN,BLACK,ON)
|
screen_color = (CYAN,BLACK,ON)
|
||||||
|
|
||||||
shadow_color = (BLACK,BLACK,ON)
|
shadow_color = (BLACK,BLACK,ON)
|
||||||
|
|
||||||
dialog_color = (WHITE,BLACK,ON)
|
dialog_color = (WHITE,BLACK,ON)
|
||||||
|
|
||||||
title_color = (RED,BLACK,ON)
|
title_color = (RED,BLACK,ON)
|
||||||
|
|
||||||
border_color = (WHITE,BLACK,ON)
|
border_color = (WHITE,BLACK,ON)
|
||||||
border2_color = border_color
|
border2_color = border_color
|
||||||
|
|
||||||
button_active_color = (BLACK,WHITE,ON)
|
button_active_color = (BLACK,WHITE,ON)
|
||||||
button_inactive_color = (WHITE,BLACK,ON)
|
button_inactive_color = (WHITE,BLACK,ON)
|
||||||
|
|
||||||
button_key_active_color = (BLACK,WHITE,ON)
|
button_key_active_color = (BLACK,WHITE,ON)
|
||||||
button_key_inactive_color = (RED,BLACK,ON)
|
button_key_inactive_color = (RED,BLACK,ON)
|
||||||
|
|
||||||
button_label_active_color = (BLACK,WHITE,ON)
|
button_label_active_color = (BLACK,WHITE,ON)
|
||||||
button_label_inactive_color = (WHITE,BLACK,ON)
|
button_label_inactive_color = (WHITE,BLACK,ON)
|
||||||
|
|
||||||
inputbox_color = (WHITE,BLACK,ON)
|
inputbox_color = (WHITE,BLACK,ON)
|
||||||
|
|
||||||
inputbox_border_color = (WHITE,BLACK,ON)
|
inputbox_border_color = (WHITE,BLACK,ON)
|
||||||
inputbox_border2_color = inputbox_border_color
|
inputbox_border2_color = inputbox_border_color
|
||||||
|
|
||||||
searchbox_color = (WHITE,BLACK,ON)
|
searchbox_color = (WHITE,BLACK,ON)
|
||||||
searchbox_title_color = (RED,BLACK,ON)
|
searchbox_title_color = (RED,BLACK,ON)
|
||||||
|
|
||||||
searchbox_border_color = (WHITE,BLACK,ON)
|
searchbox_border_color = (WHITE,BLACK,ON)
|
||||||
searchbox_border2_color = searchbox_border_color
|
searchbox_border2_color = searchbox_border_color
|
||||||
|
|
||||||
position_indicator_color = (GREEN,BLACK,ON)
|
position_indicator_color = (GREEN,BLACK,ON)
|
||||||
|
|
||||||
menubox_color = (WHITE,BLACK,ON)
|
menubox_color = (WHITE,BLACK,ON)
|
||||||
|
|
||||||
gauge_color = (WHITE,BLACK,ON)
|
gauge_color = (WHITE,BLACK,ON)
|
||||||
|
|
||||||
menubox_border_color = (WHITE,BLACK,ON)
|
menubox_border_color = (WHITE,BLACK,ON)
|
||||||
menubox_border2_color = menubox_border_color
|
menubox_border2_color = menubox_border_color
|
||||||
|
|
||||||
item_color = (WHITE,BLACK,ON)
|
item_color = (WHITE,BLACK,ON)
|
||||||
item_selected_color = (BLACK,WHITE,ON)
|
item_selected_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
tag_color = (WHITE,BLACK,ON)
|
tag_color = (WHITE,BLACK,ON)
|
||||||
tag_selected_color = (BLACK,WHITE,ON)
|
tag_selected_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
tag_key_color = (RED,BLACK,ON)
|
tag_key_color = (RED,BLACK,ON)
|
||||||
tag_key_selected_color = (BLACK,WHITE,ON)
|
tag_key_selected_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
check_color = (WHITE,BLACK,ON)
|
check_color = (WHITE,BLACK,ON)
|
||||||
check_selected_color = (BLACK,WHITE,ON)
|
check_selected_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
uarrow_color = (GREEN,BLACK,ON)
|
uarrow_color = (GREEN,BLACK,ON)
|
||||||
darrow_color = (GREEN,BLACK,ON)
|
darrow_color = (GREEN,BLACK,ON)
|
||||||
|
|
||||||
itemhelp_color = (BLACK,WHITE,ON)
|
itemhelp_color = (BLACK,WHITE,ON)
|
||||||
|
|
||||||
form_text_color = (WHITE,BLACK,ON)
|
form_text_color = (WHITE,BLACK,ON)
|
||||||
form_active_text_color = (BLACK,WHITE,ON)
|
form_active_text_color = (BLACK,WHITE,ON)
|
||||||
form_item_readonly_color = (WHITE,BLACK,ON)
|
form_item_readonly_color = (WHITE,BLACK,ON)
|
||||||
|
|
||||||
bindkey formfield TAB form_NEXT
|
bindkey formfield TAB form_NEXT
|
||||||
bindkey formbox TAB form_NEXT
|
bindkey formbox TAB form_NEXT
|
||||||
bindkey formfield BTAB form_prev
|
bindkey formfield BTAB form_prev
|
||||||
|
Reference in New Issue
Block a user