Update CPU and MEM percentage format
This commit is contained in:
parent
8ed91d1707
commit
beffbb97ed
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user