fix: remove waybar-mpris, it does not truncate stuff qwq
This commit is contained in:
parent
baa158de14
commit
2ccbf79bb5
2 changed files with 0 additions and 10 deletions
|
|
@ -50,7 +50,6 @@
|
|||
hyprshot
|
||||
pavucontrol
|
||||
networkmanagerapplet
|
||||
waybar-mpris
|
||||
cliphist
|
||||
wl-clipboard
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue