Re-enable idle_inhibitor and add mpris integration to see media player status, move window title to the left
This commit is contained in:
parent
81b3109c53
commit
19cd410f5b
19
config.jsonc
19
config.jsonc
@ -4,13 +4,14 @@
|
||||
"spacing": 0,
|
||||
"height": 16,
|
||||
"modules-left": [
|
||||
"dwl/tags"
|
||||
],
|
||||
"modules-center": [
|
||||
"dwl/tags",
|
||||
"dwl/window"
|
||||
],
|
||||
"modules-center": [],
|
||||
"modules-right": [
|
||||
"pulseaudio",
|
||||
"idle_inhibitor",
|
||||
"wireplumber",
|
||||
"mpris",
|
||||
"load",
|
||||
"memory",
|
||||
"temperature",
|
||||
@ -24,6 +25,16 @@
|
||||
"dwl/window": {
|
||||
"all-outputs": true
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{dynamic}"
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||
|
Loading…
Reference in New Issue
Block a user