Add Openbox in desktop menu
This commit is contained in:
parent
ef8cd3db5d
commit
9f801a394e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
options=()
|
options=()
|
||||||
|
|
||||||
items=$(pacman -Sqg openbox)
|
items=$(pacman -Ssq openbox)
|
||||||
for item in $items; do
|
for item in $items; do
|
||||||
options+=("$item" "" on)
|
options+=("$item" "" on)
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue