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]
|
[module/cpu]
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 5
|
||||||
format-prefix = "CPU "
|
format-prefix = "CPU "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
label = %percentage:2%%
|
label = %percentage:2%%
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 2
|
interval = 5
|
||||||
format-prefix = "MEM "
|
format-prefix = "MEM "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
label = %percentage_used%%
|
label = %percentage_used%%
|
||||||
|
@ -126,7 +126,7 @@ label = %percentage_used%%
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp4s0
|
interface = wlp4s0
|
||||||
interval = 3.0
|
interval = 5
|
||||||
format-connected = <ramp-signal> <label-connected>
|
format-connected = <ramp-signal> <label-connected>
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
format-disconnected =
|
format-disconnected =
|
||||||
|
@ -144,7 +144,7 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
||||||
[module/eth_intern]
|
[module/eth_intern]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = enp2s0
|
interface = enp2s0
|
||||||
interval = 3.0
|
interval = 5
|
||||||
format-connected-prefix = " "
|
format-connected-prefix = " "
|
||||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||||
label-connected = %local_ip%
|
label-connected = %local_ip%
|
||||||
|
@ -157,7 +157,7 @@ format-disconnected =
|
||||||
[module/eth_dock]
|
[module/eth_dock]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = enx482ae352c8d7
|
interface = enx482ae352c8d7
|
||||||
interval = 3.0
|
interval = 5
|
||||||
format-connected-prefix = " "
|
format-connected-prefix = " "
|
||||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||||
label-connected = %local_ip%
|
label-connected = %local_ip%
|
||||||
|
|
Loading…
Reference in a new issue