Add MPRIS module to waybar
This commit is contained in:
parent
1222fc70f0
commit
cb01a7fda1
@ -20,6 +20,7 @@
|
||||
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"mpris",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"group/hardware",
|
||||
@ -109,5 +110,9 @@
|
||||
},
|
||||
"on-click": "pwvucontrol"
|
||||
},
|
||||
"mpris": {
|
||||
"format": "{title} - {artist} ",
|
||||
"format-paused": "{title} - {artist} "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ tooltip {
|
||||
#clock,
|
||||
#workspaces,
|
||||
#window,
|
||||
#mpris,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#tray,
|
||||
@ -93,6 +94,10 @@ tooltip {
|
||||
color: @gold;
|
||||
}
|
||||
|
||||
#mpris {
|
||||
color: @foam;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: @iris;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user