Add Openbox in desktop menu
This commit is contained in:
parent
07d5a68de6
commit
007e2a78e0
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ options=()
|
|||
|
||||
items=$(pacman -Ssq openbox)
|
||||
for item in $items; do
|
||||
options+=("$item" "" on)
|
||||
case $item in
|
||||
"openbox-themes-only") options+=("$item" "" off);;
|
||||
*) options+=("$item" "" on);;
|
||||
done
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Openbox Install :" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
|
|
Loading…
Reference in a new issue