clean up scripts
This commit is contained in:
parent
f6432702bd
commit
2afe705647
10 changed files with 2 additions and 20 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
profile="$(netctl list | dmenu | sed 's/.* //')"
|
||||
urxvtc -e sudo netctl switch-to "$profile"
|
||||
profile="$(wifish list 2>&1 | sed '1,/SSID/d' | sed 's/"\([^"]*\)".*/\1/' | dmenu)"
|
||||
[ -z "$profile" ] && wifish connect "$profile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue