LXQt: Updates complements
This commit is contained in:
parent
b1da0a2eea
commit
9f36cc1463
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
. ./lib
|
||||
|
||||
options=()
|
||||
options+=("oxygen-icons" "Default Icon Theme" on)
|
||||
options+=("connman" "Network Manager" on)
|
||||
options+=("lxqt-connman-applet-git" "(AUR) Applet for NM" on)
|
||||
options+=("lximage-qt-git" "(AUR)" on)
|
||||
options+=("lximage-qt" "(AUR)" off)
|
||||
options+=("obconf-qt-git" "(AUR)" on)
|
||||
|
@ -10,6 +13,7 @@ options+=("qterminal-git" "(AUR)" on)
|
|||
options+=("qterminal" "(AUR)" off)
|
||||
options+=("sddm" "display manager" on)
|
||||
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "LXQt Complements :" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
3>&1 1>&2 2>&3)
|
||||
|
|
Loading…
Reference in a new issue