mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
3 lines
119 B
Bash
Executable file
3 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
SIGNAL="$(cat /proc/net/wireless | grep "wlp3s0" | awk '{print $4}' | grep -o '[0-9]*')"
|
|
echo " $SIGNAL%"
|