dotfiles/.local/scripts/9996_wifi
Linux User 2db42127d0 update
2022-08-13 18:10:53 +00:00

7 lines
190 B
Bash

#!/bin/bash
power=$(nmcli -f IN-USE,SIGNAL,SSID device wifi | grep "*" | cut -d' ' -f8)
name=$(nmcli -f IN-USE,SIGNAL,SSID device wifi | grep "*" | cut -d' ' -f14)
echo "$name $power"