This commit is contained in:
2024-06-12 13:49:42 +02:00
commit b8e15ff09c
390 changed files with 37206 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# wlan-dbm
Show wifi interface link quality in dBm or percent.
![](wlan-dbm.png)
# Usage
The block uses dBm by default, set USE_PERCENT=1 to use percent.
Note, however, that percent is just an estimate that may not accurately predict
whether you have a good signal.
# Dependencies
* `iw`
# Config
```INI
[wlan-dbm]
command=$SCRIPT_DIR/wlan-dbm
#IFACE=wlan0
#USE_PERCENT=0
```