Update OpenBox

This commit is contained in:
MatMoul 2018-06-04 22:51:31 +02:00
parent 3795c50731
commit 885af4e68d

View file

@ -6,7 +6,7 @@ options=()
items=$(pacman -Ssq openbox) items=$(pacman -Ssq openbox)
for item in $items; do for item in $items; do
case $item in case $item in
"openbox-themes-only") options+=("$item" "" off);; "lxappearance-obconf") options+=("$item" "" off);;
*) options+=("$item" "" on);; *) options+=("$item" "" on);;
esac esac
done done