Sync scripts from develop
This commit is contained in:
@@ -11,6 +11,24 @@ WT_W=60
|
|||||||
|
|
||||||
command -v whiptail &>/dev/null || { echo "whiptail required (install: apt install whiptail | dnf install newt)"; exit 1; }
|
command -v whiptail &>/dev/null || { echo "whiptail required (install: apt install whiptail | dnf install newt)"; exit 1; }
|
||||||
|
|
||||||
|
# Dark theme for whiptail
|
||||||
|
export NEWT_COLORS='
|
||||||
|
root=,black
|
||||||
|
window=,black
|
||||||
|
border=white,black
|
||||||
|
textbox=white,black
|
||||||
|
button=black,white
|
||||||
|
actbutton=white,magenta
|
||||||
|
compactbutton=white,black
|
||||||
|
listbox=white,black
|
||||||
|
actlistbox=white,magenta
|
||||||
|
title=magenta,black
|
||||||
|
roottext=white,black
|
||||||
|
emptyscale=,black
|
||||||
|
fullscale=,magenta
|
||||||
|
helpline=white,black
|
||||||
|
'
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
INSTALL_MODE=""
|
INSTALL_MODE=""
|
||||||
FRIGATE_URL=""
|
FRIGATE_URL=""
|
||||||
|
|||||||
@@ -11,6 +11,24 @@ WT_W=60
|
|||||||
|
|
||||||
command -v whiptail &>/dev/null || { echo "whiptail required"; exit 1; }
|
command -v whiptail &>/dev/null || { echo "whiptail required"; exit 1; }
|
||||||
|
|
||||||
|
# Dark theme for whiptail
|
||||||
|
export NEWT_COLORS='
|
||||||
|
root=,black
|
||||||
|
window=,black
|
||||||
|
border=white,black
|
||||||
|
textbox=white,black
|
||||||
|
button=black,white
|
||||||
|
actbutton=white,magenta
|
||||||
|
compactbutton=white,black
|
||||||
|
listbox=white,black
|
||||||
|
actlistbox=white,magenta
|
||||||
|
title=magenta,black
|
||||||
|
roottext=white,black
|
||||||
|
emptyscale=,black
|
||||||
|
fullscale=,magenta
|
||||||
|
helpline=white,black
|
||||||
|
'
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
INSTALL_MODE=""
|
INSTALL_MODE=""
|
||||||
FRIGATE_URL=""
|
FRIGATE_URL=""
|
||||||
|
|||||||
Reference in New Issue
Block a user