waybar: shorter mpris
This commit is contained in:
parent
88e15931b0
commit
1e05616712
1 changed files with 8 additions and 2 deletions
|
|
@ -196,8 +196,13 @@
|
||||||
# on-click = "playerctl play-pause";
|
# on-click = "playerctl play-pause";
|
||||||
# };
|
# };
|
||||||
mpris = {
|
mpris = {
|
||||||
format = "{title} ";
|
format = "{status_icon} {player} ";
|
||||||
tooltip-format = "{player} ({status}) {dynamic}";
|
tooltip-format = "{player} ({status_icon} {status}) {dynamic}";
|
||||||
|
status-icons = {
|
||||||
|
playing = "";
|
||||||
|
paused = "";
|
||||||
|
stopped = "";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
memory = {
|
memory = {
|
||||||
format = "{}% ";
|
format = "{}% ";
|
||||||
|
|
@ -227,6 +232,7 @@
|
||||||
};
|
};
|
||||||
tray = {
|
tray = {
|
||||||
spacing = 4;
|
spacing = 4;
|
||||||
|
show-passive-items = true;
|
||||||
};
|
};
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
format = " {status} ";
|
format = " {status} ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue