fix custom clock
This commit is contained in:
parent
0cc1f9f516
commit
8c5bc765df
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@
|
|||
},
|
||||
"custom/clock": {
|
||||
"format": " {} ",
|
||||
"exec": "date +'%Y-%m-%d %k:%M'"
|
||||
"exec": "date +'%Y-%m-%d %k:%M'",
|
||||
"interval": 1
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
|
|
Loading…
Reference in a new issue