waybar: add artist and track info to MPRIS module, remove pipe from

window module
This commit is contained in:
Evie Litherland-Smith 2024-03-26 17:16:45 +00:00
parent dca956ccdc
commit dfbaa2c708

View file

@ -34,7 +34,7 @@
];
# Module config
"hyprland/window" = {
"format" = "| {title}";
"format" = "{title}";
"rewrite" = {
"(.*) - GNU Emacs at (.*)" = " $1 [$2]";
"(Alacritty.*)" = " $1";
@ -83,7 +83,7 @@
};
};
mpris = {
"format" = "| {player_icon} {player}";
"format" = "| {player_icon} {status_icon} {artist} - {title}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
"interval" = 1;
"dynamic-order" = ["album" "artist" "title" "position" "length"];