polybar: Prefix

This commit is contained in:
Michael Grote 2021-06-29 16:52:26 +02:00
parent 70fcf716f9
commit 83838408e7

View file

@ -110,14 +110,14 @@ label-urgent-padding = 2
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = " "
format-prefix = "CPU "
format-prefix-foreground = ${colors.foreground-alt}
label = %percentage:2%%
[module/memory]
type = internal/memory
interval = 2
format-prefix = " "
format-prefix = "MEM "
format-prefix-foreground = ${colors.foreground-alt}
label = %percentage_used%%