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
|
||||
; Default: 1
|
||||
interval = 0.5
|
||||
interval = 1
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
@ -401,7 +401,9 @@ interval = 0.5
|
||||
; <ramp-coreload>
|
||||
;;format = <label> <ramp-coreload>
|
||||
format = <label>
|
||||
format-prefix =
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${color.dblue}
|
||||
format-background = ${color.black}
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default) - total cpu load averaged over all cores
|
||||
|
Loading…
Reference in New Issue
Block a user