polybar: fix cpu indicator formatting
This commit is contained in:
parent
da08d33ed1
commit
858a1b5e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ label = %{A1:kitty --class kitty_float htop:}%percentage_used:2%%%{A}
|
|||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
format-prefix = ""
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.primary}
|
||||
label = %{A1:kitty --class kitty_float htop:}%percentage:2%%%{A}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue