Rework polybar cpu module
This commit is contained in:
parent
a0a3ead4bb
commit
8088b559e7
@ -392,7 +392,7 @@ type = internal/cpu
|
|||||||
|
|
||||||
; Seconds to sleep between updates
|
; Seconds to sleep between updates
|
||||||
; Default: 1
|
; Default: 1
|
||||||
interval = 0.5
|
interval = 1
|
||||||
|
|
||||||
; Available tags:
|
; Available tags:
|
||||||
; <label> (default)
|
; <label> (default)
|
||||||
@ -401,7 +401,9 @@ interval = 0.5
|
|||||||
; <ramp-coreload>
|
; <ramp-coreload>
|
||||||
;;format = <label> <ramp-coreload>
|
;;format = <label> <ramp-coreload>
|
||||||
format = <label>
|
format = <label>
|
||||||
format-prefix =
|
format-prefix = " "
|
||||||
|
format-prefix-foreground = ${color.dblue}
|
||||||
|
format-background = ${color.black}
|
||||||
|
|
||||||
; Available tokens:
|
; Available tokens:
|
||||||
; %percentage% (default) - total cpu load averaged over all cores
|
; %percentage% (default) - total cpu load averaged over all cores
|
||||||
|
Loading…
Reference in New Issue
Block a user