mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Merge pull request #1575 from cosandr/bandwidth-update
Add total bandwidth formatting options
This commit is contained in:
@ -149,10 +149,20 @@ Addressed by *network*
|
||||
|
||||
*{bandwidthDownBits}*: Instant down speed in bits/seconds.
|
||||
|
||||
*{bandwidthTotalBits}*: Instant total speed in bits/seconds.
|
||||
|
||||
*{bandwidthUpOctets}*: Instant up speed in octets/seconds.
|
||||
|
||||
*{bandwidthDownOctets}*: Instant down speed in octets/seconds.
|
||||
|
||||
*{bandwidthTotalOctets}*: Instant total speed in octets/seconds.
|
||||
|
||||
*{bandwidthUpBytes}*: Instant up speed in bytes/seconds.
|
||||
|
||||
*{bandwidthDownBytes}*: Instant down speed in bytes/seconds.
|
||||
|
||||
*{bandwidthTotalBytes}*: Instant total speed in bytes/seconds.
|
||||
|
||||
*{icon}*: Icon, as defined in *format-icons*.
|
||||
|
||||
# EXAMPLES
|
||||
|
Reference in New Issue
Block a user