From 9f36cc1463254c54f76d05e5ed9b700e68e7d090 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 20 Dec 2015 14:32:56 +0100 Subject: [PATCH] LXQt: Updates complements --- install/desktop/lxqt/complements | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/desktop/lxqt/complements b/install/desktop/lxqt/complements index 7ab72c4..748d453 100644 --- a/install/desktop/lxqt/complements +++ b/install/desktop/lxqt/complements @@ -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)