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