waybar: misc
This commit is contained in:
parent
9d2378218b
commit
b20f75f5e2
@ -22,21 +22,28 @@
|
|||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%H:%M}",
|
"format": "{:%H:%M}",
|
||||||
|
"tooltip-format": "{:%a %b %d, %Y (%Z / UTC%z)}",
|
||||||
|
"tooltip": true,
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"format-wifi": "⇌",
|
"format-wifi": "{signalStrength}% ",
|
||||||
"format-disconnected": "⚠"
|
"format-disconnected": "⚠",
|
||||||
|
"max-length": 20
|
||||||
|
},
|
||||||
|
"inhibitor": {
|
||||||
|
"format": "{icon} ",
|
||||||
|
"format-icons": {
|
||||||
|
"activated": "",
|
||||||
|
"deactivated": ""
|
||||||
|
},
|
||||||
|
"what": "idle",
|
||||||
},
|
},
|
||||||
"mpris": {
|
"mpris": {
|
||||||
"title-len": 65,
|
"title-len": 65,
|
||||||
"album-len": 0,
|
"album-len": 0,
|
||||||
"dynamic-len": 65,
|
"dynamic-len": 65,
|
||||||
"dynamic-order": ["artist", "title"],
|
"dynamic-order": ["artist", "title"],
|
||||||
"format": "{dynamic} {status_icon}",
|
"format": "{dynamic} ♫",
|
||||||
"format-paused": "{dynamic} {status_icon}",
|
"format-paused": "{dynamic}",
|
||||||
"status-icons": {
|
|
||||||
"playing": "✗",
|
|
||||||
"paused": "•"
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user