This commit is contained in:
shockrahwow 2019-12-12 16:56:52 -08:00
parent a08cd7461f
commit d7b0994896
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
sleep 4 sleep 3
setsid polybar top > /dev/null & setsid polybar top > /dev/null &

2
wifi
View File

@ -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;;