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