mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
Merge pull request #785 from roobre/patch-1
Add minimum width to CPU percentage in example config
This commit is contained in:
commit
caeb8ddae4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ interval = 2
|
|||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #f90000
|
||||
label = %percentage%%
|
||||
label = %percentage:2%%
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
|
|
Loading…
Reference in a new issue