dotfiles/polybar/conf.d/mod_cpu

12 lines
274 B
Text
Raw Normal View History

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 "
2022-07-21 22:27:59 +02:00
format-prefix-foreground = ${colors.darkgrey}
2022-07-15 21:37:39 +02:00
label = %percentage:2%%