fix custom clock

This commit is contained in:
Morgan McMillian 2022-02-17 10:03:03 -08:00
parent 0cc1f9f516
commit 8c5bc765df

View file

@ -53,7 +53,8 @@
}, },
"custom/clock": { "custom/clock": {
"format": " {} ", "format": " {} ",
"exec": "date +'%Y-%m-%d %k:%M'" "exec": "date +'%Y-%m-%d %k:%M'",
"interval": 1
}, },
"cpu": { "cpu": {
"format": "{usage}% ", "format": "{usage}% ",