mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
32 lines
822 B
INI
Executable File
32 lines
822 B
INI
Executable File
[module/cpu]
|
|
type = internal/cpu
|
|
|
|
; Seconds to sleep between updates
|
|
; Default: 1
|
|
interval = 1
|
|
|
|
; Available tags:
|
|
; <label> (default)
|
|
; <bar-load>
|
|
; <ramp-load>
|
|
; <ramp-coreload>
|
|
;;format = <label> <ramp-coreload>
|
|
format = <label>
|
|
format-prefix =
|
|
format-prefix-foreground = ${color.green}
|
|
format-background = ${color.background}
|
|
|
|
; Available tokens:
|
|
; %percentage% (default) - total cpu load averaged over all cores
|
|
; %percentage-sum% - Cumulative load on all cores
|
|
; %percentage-cores% - load percentage for each core
|
|
; %percentage-core[1-9]% - load percentage for specific core
|
|
label = " %percentage%%"
|
|
|
|
; Spacing between individual per-core ramps
|
|
;;ramp-coreload-spacing = 1
|
|
;;ramp-coreload-0 = ${cpu.load0}
|
|
;;ramp-coreload-1 = ${cpu.load1}
|
|
|
|
;;ramp-load-0 = ${cpu.load0}
|
|
;;ramp-load-1 = ${cpu.load1} |