Update OpenBox
This commit is contained in:
parent
3795c50731
commit
885af4e68d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue