fix: remove waybar-mpris, it does not truncate stuff qwq

This commit is contained in:
etwas 2025-02-11 13:20:09 +01:00
parent baa158de14
commit 2ccbf79bb5
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 0 additions and 10 deletions

View file

@ -50,7 +50,6 @@
hyprshot
pavucontrol
networkmanagerapplet
waybar-mpris
cliphist
wl-clipboard

View file

@ -24,7 +24,6 @@
];
modules-center = [ "hyprland/window" ];
modules-right = [
"custom/waybar-mpris"
"pulseaudio"
"backlight"
"network"
@ -145,14 +144,6 @@
"spacing" = 7;
};
};
"custom/waybar-mpris" = {
return-type = "json";
exec = "waybar-mpris --position --autofocus";
on-click = "waybar-mpris --send toggle";
on-click-right = "waybar-mpris --send player-next";
escape = true;
};
};
};
}