2022-07-15 21:37:39 +02:00
|
|
|
[module/system-cpu-loadavg]
|
|
|
|
inherit = module/defaults
|
2022-07-17 13:04:15 +02:00
|
|
|
exec = ~/dotfiles/scripts/polybar/system-cpu-loadavg.sh
|
2022-07-15 21:37:39 +02:00
|
|
|
format-prefix = "LAVG "
|
|
|
|
|
|
|
|
[module/cpu]
|
|
|
|
type = internal/cpu
|
|
|
|
interval = 5
|
|
|
|
format-prefix = "CPU "
|
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
label = %percentage:2%%
|