all repos — quickshell @ bbfe16f1c4d14c73db74edc5568a2fbbeae66a22

A desert-witch desktop shell

bar/scripts/wifi_name.sh (view raw)

 1
 2
#!/usr/bin/env bash
iw dev wlp13s0 link | grep 'SSID' | awk '{print $2}'