Make bandwidth block update every 2 seconds rather than 5
This commit is contained in:
parent
99966645c5
commit
d1ac6da0ba
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ separator=false
|
||||||
[bandwidth]
|
[bandwidth]
|
||||||
command=/usr/lib/i3blocks/$BLOCK_NAME | sed "s/IN/↓/g" | sed "s/OUT/↑/g"
|
command=/usr/lib/i3blocks/$BLOCK_NAME | sed "s/IN/↓/g" | sed "s/OUT/↑/g"
|
||||||
#instance=eth0
|
#instance=eth0
|
||||||
interval=5
|
interval=2
|
||||||
|
|
||||||
# CPU usage
|
# CPU usage
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue