mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
init
This commit is contained in:
18
.config/i3blocks/essid/README.md
Normal file
18
.config/i3blocks/essid/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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`.
|
||||
|
||||

|
||||
|
||||
# Config
|
||||
|
||||
```
|
||||
[essid]
|
||||
command=$SCRIPT_DIR/essid
|
||||
interval=60
|
||||
#INTERFACE=wlan0
|
||||
```
|
Reference in New Issue
Block a user