mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
17 lines
202 B
Markdown
17 lines
202 B
Markdown
# wifi
|
|
|
|
Show the strength of your wifi connection.
|
|
If no instance is specified, wlan0 is used.
|
|
|
|

|
|
|
|
# Config
|
|
|
|
```
|
|
[wifi]
|
|
command=$SCRIPT_DIR/wifi
|
|
label=wifi:
|
|
#INTERFACE=wlan0
|
|
interval=60
|
|
```
|