mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
waybar: change mpris block config
This commit is contained in:
parent
5c6a74a6a8
commit
b435029e49
1 changed files with 14 additions and 1 deletions
|
@ -33,13 +33,26 @@
|
||||||
],
|
],
|
||||||
"mpris": {
|
"mpris": {
|
||||||
"format": "{status_icon} {dynamic}",
|
"format": "{status_icon} {dynamic}",
|
||||||
|
"dynamic-order": [
|
||||||
|
"title",
|
||||||
|
"artist",
|
||||||
|
"position",
|
||||||
|
"length"
|
||||||
|
],
|
||||||
|
"dynamic-importance-order": [
|
||||||
|
"title",
|
||||||
|
"position",
|
||||||
|
"length",
|
||||||
|
"artist",
|
||||||
|
"album"
|
||||||
|
],
|
||||||
"status-icons": {
|
"status-icons": {
|
||||||
"playing": "",
|
"playing": "",
|
||||||
"paused": "",
|
"paused": "",
|
||||||
"stopped": ""
|
"stopped": ""
|
||||||
},
|
},
|
||||||
"dynamic-len": 50,
|
"dynamic-len": 50,
|
||||||
"dynamic-separator": " "
|
"dynamic-separator": " "
|
||||||
},
|
},
|
||||||
"gamemode": {
|
"gamemode": {
|
||||||
"format": "{glyph} {count}"
|
"format": "{glyph} {count}"
|
||||||
|
|
Loading…
Reference in a new issue