feat(waybar): show network traffic speed
This commit is contained in:
parent
d9864fd18c
commit
e0b0c655d0
1 changed files with 7 additions and 0 deletions
|
|
@ -61,6 +61,13 @@
|
||||||
"mpris" = {
|
"mpris" = {
|
||||||
interval = 1;
|
interval = 1;
|
||||||
};
|
};
|
||||||
|
"network" = {
|
||||||
|
format = "disconected";
|
||||||
|
format-wifi = "{bandwidthTotalBytes}";
|
||||||
|
format-ethernet = "{bandwidthTotalBytes}";
|
||||||
|
format-disconected = "disconected";
|
||||||
|
interval = 1;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue