27 lines
587 B
Plaintext
27 lines
587 B
Plaintext
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||
|
|
||
|
[module/cpu]
|
||
|
type = internal/cpu
|
||
|
interval = 0.5
|
||
|
|
||
|
format = <label>
|
||
|
format-prefix = " CPU "
|
||
|
format-prefix-font = 3
|
||
|
format-prefix-foreground = #353B45
|
||
|
format-prefix-background = #7EC7A2
|
||
|
|
||
|
; label = "%{A1:alacritty -e stacer &:} %percentage%%%{A}"
|
||
|
label = "%{A1:stacer &:} %percentage%% %{A}"
|
||
|
label-background = #353B45
|
||
|
label-font = 2
|
||
|
|
||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||
|
|
||
|
[module/cpu-temp]
|
||
|
type = custom/script
|
||
|
exec = ~/.config/bspwm/polybar/scripts/health
|
||
|
interval = 1
|
||
|
click-left = xsensors
|
||
|
format-foreground = ${color.BLUE}
|
||
|
|