Add networkspeed indicator
This commit is contained in:
parent
d5ef988d76
commit
a5d4ec5e4a
1 changed files with 5 additions and 1 deletions
|
@ -59,7 +59,7 @@ module-margin-left = 2
|
||||||
|
|
||||||
modules-left = workspaces
|
modules-left = workspaces
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = archupdates cpu temp date
|
modules-right = networkspeed archupdates cpu temp date
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
; Colors, defined further up
|
; Colors, defined further up
|
||||||
|
@ -197,5 +197,9 @@ format = <label>
|
||||||
format-foreground = ${colors.primary}
|
format-foreground = ${colors.primary}
|
||||||
label = %output%
|
label = %output%
|
||||||
|
|
||||||
|
[module/networkspeed]
|
||||||
|
type = custom/script
|
||||||
|
exec = poly-networkspeed
|
||||||
|
tail = true
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
|
Loading…
Reference in a new issue