mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 12:32:41 +00:00
initial commit
This commit is contained in:
19
.config/i3blocks/bandwidth/README.md
Normal file
19
.config/i3blocks/bandwidth/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# bandwidth
|
||||
|
||||
Show bandwidth information. Some interfaces report unknown instead of up for
|
||||
their state. If you would like to treat unknowns as up, then set
|
||||
`TREAT_UNKNOWN_AS_UP=1`.
|
||||
|
||||

|
||||
|
||||
# Config
|
||||
|
||||
```
|
||||
[bandwidth]
|
||||
command=$SCRIPT_DIR/bandwidth
|
||||
interval=5
|
||||
#INTERFACE=eth0
|
||||
#INLABEL=IN
|
||||
#OUTLABEL=OUT
|
||||
#TREAT_UNKNOWN_AS_UP=0
|
||||
```
|
Reference in New Issue
Block a user