Files
_dotfiles/.config/i3blocks/essid/README.md
2024-06-12 13:49:42 +02:00

19 lines
271 B
Markdown

# essid
Shows the ESSID that you are connected to.
If no interface is specified, wlan0 is used.
Shows nothing if you are not connected.
This script depends on `iwconfig`.
![](essid.png)
# Config
```
[essid]
command=$SCRIPT_DIR/essid
interval=60
#INTERFACE=wlan0
```