diff --git a/README.md b/README.md index b346cbc..909fa87 100644 --- a/README.md +++ b/README.md @@ -17,24 +17,24 @@ This script is "interactive". Meaning that it asks you questions when run to cus * debian-whois-mkpasswd * gawk -## Installing: +## Installing and using from gitlab: To use this script, please make sure that the following is correct: * an **empty** SD/eMMC card with at least 8 GB storage is plugged in. * that your user account has `sudo` rights. -## Known Issues: -* Because `dialog` is weird, the script needs to be run in `bash`. - -## Usage: -To use this script, simple run it as normal user after you make it executable: - +Then use this to get it: ``` +git clone https://gitlab.manjaro.org/manjaro-arm/applications/manjaro-arm-installer +cd manjaro-arm-installer chmod +x manjaro-arm-installer sudo -s clear && bash manjaro-arm-installer ``` +## Known Issues: +* Because `dialog` is weird, the script needs to be run in `bash`. + ## Supported Devices: * Pinebook * Raspberry Pi 3B diff --git a/dialogrc_gui b/dialogrc_gui new file mode 100644 index 0000000..f091aae --- /dev/null +++ b/dialogrc_gui @@ -0,0 +1,49 @@ +screen_color = (white,black,off) +dialog_color = (white,black,off) +title_color = (cyan,black,on) +border_color = dialog_color +shadow_color = (black,black,on) + +button_inactive_color = dialog_color +button_key_inactive_color = dialog_color +button_label_inactive_color = dialog_color + +button_active_color = (white,cyan,on) +button_key_active_color = button_active_color +button_label_active_color = (black,cyan,on) +tag_key_selected_color = (white,cyan,on) +item_selected_color = tag_key_selected_color + +form_text_color = (black,green,on) +form_item_readonly_color = (green,black,on) + +itemhelp_color = (white,cyan,off) + +inputbox_color = dialog_color +inputbox_border_color = dialog_color +searchbox_color = dialog_color +searchbox_title_color = title_color +searchbox_border_color = border_color +position_indicator_color = title_color +menubox_color = dialog_color +menubox_border_color = border_color +item_color = dialog_color +tag_color = title_color +tag_selected_color = button_label_active_color +tag_key_color = button_key_inactive_color +check_color = dialog_color +check_selected_color = button_active_color +uarrow_color = screen_color +darrow_color = screen_color +form_active_text_color = button_active_color +gauge_color = title_color +border2_color = dialog_color +searchbox_border2_color = dialog_color +menubox_border2_color = dialog_color + +#aspect = 0 +separate_widget = "" +tab_len = 0 +visit_items = off +use_shadow = off +use_colors = on diff --git a/manjaro-arm-installer b/manjaro-arm-installer index 87c0864..e50f46b 100755 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -9,6 +9,9 @@ TMPDIR=/var/tmp/manjaro-arm-installer ARCH='aarch64' NSPAWN='systemd-nspawn -q --resolv-conf=copy-host --timezone=off -D' +# set colorscheme +export DIALOGRC="./dialogrc_gui" + # clearing variables DEVICE="" EDITION=""