This commit is contained in:
2026-06-13 16:53:24 +02:00
parent c5f22c4b79
commit 1109f91377
3 changed files with 31 additions and 9 deletions
+14 -4
View File
@@ -119,6 +119,16 @@
}
},
"actions": {
"on-click-right": "mode",
"on-click-forward": "tz_up",
@@ -128,15 +138,15 @@
},
"clock#2": {
"format": " {:%I:%M %p}", // AM PM format
//"format": " {:%H:%M}",// 24H
// "format": " {:%I:%M %p}", // AM PM format
"format": " {:%H:%M}",// 24H
"format-alt": "{:%A | %H:%M | %e %B}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
"clock#3": {
"format": "{:%I:%M %p - %d/%b}",//for AM/PM
//"format": "{:%H:%M - %d/%b}",// 24H
//"format": "{:%I:%M %p - %d/%b}",//for AM/PM
"format": "{:%H:%M - %d/%b}",// 24H
"tooltip": false
},
+1 -1
View File
@@ -234,7 +234,7 @@
"tooltip": false
},
"custom/separator#blank": {
"format": "",
"format": " ",
"interval": "once",
"tooltip": false
},