mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
change max length
This commit is contained in:
parent
3831e9354a
commit
7a7fee541c
@ -57,12 +57,12 @@
|
||||
"cpu": {
|
||||
"interval": 1,
|
||||
"format": "<span foreground='#929292'></span> {usage}%",
|
||||
"max-length": 10
|
||||
"max-length": 12
|
||||
},
|
||||
"memory": {
|
||||
"interval": 5,
|
||||
"format": "<span foreground='#929292'></span> {percentage}%",
|
||||
"max-length": 10
|
||||
"max-length": 12
|
||||
},
|
||||
"custom/spotify": {
|
||||
"interval": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user