mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-21 12:51:56 +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": {
|
||||
"format": "{status_icon} {dynamic}",
|
||||
"dynamic-order": [
|
||||
"title",
|
||||
"artist",
|
||||
"position",
|
||||
"length"
|
||||
],
|
||||
"dynamic-importance-order": [
|
||||
"title",
|
||||
"position",
|
||||
"length",
|
||||
"artist",
|
||||
"album"
|
||||
],
|
||||
"status-icons": {
|
||||
"playing": "",
|
||||
"paused": "",
|
||||
"stopped": ""
|
||||
},
|
||||
"dynamic-len": 50,
|
||||
"dynamic-separator": " "
|
||||
"dynamic-separator": " "
|
||||
},
|
||||
"gamemode": {
|
||||
"format": "{glyph} {count}"
|
||||
|
|
Loading…
Add table
Reference in a new issue