mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
init
This commit is contained in:
24
.config/i3blocks/wlan-dbm/README.md
Normal file
24
.config/i3blocks/wlan-dbm/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# wlan-dbm
|
||||
|
||||
Show wifi interface link quality in dBm or percent.
|
||||
|
||||

|
||||
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user