tfw typo
This commit is contained in:
parent
a08cd7461f
commit
d7b0994896
2
polybar
2
polybar
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sleep 4
|
sleep 3
|
||||||
setsid polybar top > /dev/null &
|
setsid polybar top > /dev/null &
|
||||||
|
2
wifi
2
wifi
@ -107,7 +107,7 @@ create_new_config() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
option=`printf "Remove\nConnect\nNew\nDiconnect\n" | dmenu -i -p 'Options:'`
|
option=`printf "Remove\nConnect\nNew\nDisconnect\n" | dmenu -i -p 'Options:'`
|
||||||
case $option in
|
case $option in
|
||||||
New) create_new_config;;
|
New) create_new_config;;
|
||||||
Remove) remove_old_config;;
|
Remove) remove_old_config;;
|
||||||
|
Loading…
Reference in New Issue
Block a user