Remove idle inhibitor and use full-date format
This commit is contained in:
parent
2a484129d5
commit
2cf072ce4d
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user