polybar: Prefix
This commit is contained in:
parent
70fcf716f9
commit
83838408e7
1 changed files with 2 additions and 2 deletions
|
@ -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%%
|
||||
|
||||
|
|
Loading…
Reference in a new issue