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)
for item in $items; do
case $item in
"openbox-themes-only") options+=("$item" "" off);;
"lxappearance-obconf") options+=("$item" "" off);;
*) options+=("$item" "" on);;
esac
done