Rework polybar cpu module

This commit is contained in:
Tanguy Herbron 2021-04-26 17:21:28 +02:00
parent a0a3ead4bb
commit 8088b559e7

View File

@ -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