solorice/config/eww/scripts/get-network

6 lines
66 B
Bash

#!/bin/bash
line=$(nmcli connection show | rg wlan0)
echo $line