polybar: interval
This commit is contained in:
parent
1995d546af
commit
e97f124cd6
1 changed files with 5 additions and 5 deletions
|
@ -111,14 +111,14 @@ label-urgent-padding = 2
|
|||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
interval = 5
|
||||
format-prefix = "CPU "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
label = %percentage:2%%
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
interval = 5
|
||||
format-prefix = "MEM "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
label = %percentage_used%%
|
||||
|
@ -126,7 +126,7 @@ label = %percentage_used%%
|
|||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlp4s0
|
||||
interval = 3.0
|
||||
interval = 5
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
label-connected = %essid%
|
||||
format-disconnected =
|
||||
|
@ -144,7 +144,7 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
|||
[module/eth_intern]
|
||||
type = internal/network
|
||||
interface = enp2s0
|
||||
interval = 3.0
|
||||
interval = 5
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
label-connected = %local_ip%
|
||||
|
@ -157,7 +157,7 @@ format-disconnected =
|
|||
[module/eth_dock]
|
||||
type = internal/network
|
||||
interface = enx482ae352c8d7
|
||||
interval = 3.0
|
||||
interval = 5
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
label-connected = %local_ip%
|
||||
|
|
Loading…
Reference in a new issue