all repos

dotfiles @ 71ddd0a

i use rach linux btw

dotfiles/config/openbox/script/wifi-signal (view raw)

Smirnov Alexandr Smirnov Alexandr
ss2316544@gmail.com
Clean dotfiles, 5 years ago
1
#!/bin/sh
2
SIGNAL="$(cat /proc/net/wireless | grep "wlp3s0" | awk '{print $4}' | grep -o '[0-9]*')"
3
echo " $SIGNAL%"