qtile was an adventure, but dwm is still my favorite.
This commit is contained in:
parent
e06858b8af
commit
27aadd0ed1
32 changed files with 0 additions and 0 deletions
9
_desktop/_suckless/_scripts/sb-network
Executable file
9
_desktop/_suckless/_scripts/sb-network
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
case "$(cat /sys/class/net/w*/operstate 2>/dev/null)" in
|
||||
down) printf "^c#ffffff^^b#770000^no wifi^d^" ;;
|
||||
up)
|
||||
[ -n "$(ip address show dev wlan0 | grep 'inet ')" ] \
|
||||
&& printf "$(iw dev wlan0 info | grep 'ssid ' | cut -d' ' -f2-)" \
|
||||
|| printf "^c#ffffff^^b#770000^no ip^d^" ;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue