Move clock module icons after text for consistency
This commit is contained in:
parent
1f2718b8ac
commit
879be95abf
|
@ -12,7 +12,7 @@
|
|||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
"format": "{: %A %Y-%m-%d | %R}",
|
||||
"format": "{:%A %Y-%m-%d | %R }",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
"calendar": {
|
||||
"mode": "year",
|
||||
|
@ -37,8 +37,8 @@
|
|||
}
|
||||
},
|
||||
"clock#compact": {
|
||||
"format": "{: %R}",
|
||||
"tooltip-format": "{: %A %Y-%m-%d}"
|
||||
"format": "{:%R }",
|
||||
"tooltip-format": "{:%A %Y-%m-%d }"
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage}% ",
|
||||
|
|
Loading…
Reference in a new issue