Update CPU and MEM percentage format

This commit is contained in:
Ferit Yiğit BALABAN 2022-03-23 11:11:08 +03:00
parent 8ed91d1707
commit beffbb97ed
No known key found for this signature in database
GPG Key ID: BB8494BA65A90842

View File

@ -113,14 +113,14 @@ def main():
interval = 2 interval = 2
format-prefix = "RAM " format-prefix = "RAM "
format-prefix-foreground = ${{colors.primary}} format-prefix-foreground = ${{colors.primary}}
label = %percentage_used:2%% label = %percentage_used%%
[module/cpu] [module/cpu]
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
format-prefix = "CPU " format-prefix = "CPU "
format-prefix-foreground = ${{colors.primary}} format-prefix-foreground = ${{colors.primary}}
label = %percentage:2%% label = %percentage%%
[module/temp] [module/temp]
type = internal/temperature type = internal/temperature