Remove idle inhibitor and use full-date format

This commit is contained in:
Alex D. 2024-12-11 12:54:31 +00:00
parent 2a484129d5
commit 2cf072ce4d
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

View File

@ -14,7 +14,6 @@
"load", "load",
"memory", "memory",
"battery", "battery",
"idle_inhibitor",
"clock" "clock"
], ],
// Modules configuration // Modules configuration
@ -27,7 +26,7 @@
}, },
"mpris": { "mpris": {
"format": "{dynamic}", "format": "{dynamic}",
"interval": 1 "interval": 5
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
@ -47,8 +46,7 @@
"clock": { "clock": {
"interval": 1, "interval": 1,
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>", "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M:%S}", "format": "{:%a %d %b %H:%M:%S}",
"format-alt": "{:%a %d %b}",
"locale": "C" "locale": "C"
}, },
"load": { "load": {