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