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
|
hyprshot
|
||||||
pavucontrol
|
pavucontrol
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
waybar-mpris
|
|
||||||
cliphist
|
cliphist
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
];
|
];
|
||||||
modules-center = [ "hyprland/window" ];
|
modules-center = [ "hyprland/window" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"custom/waybar-mpris"
|
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"backlight"
|
"backlight"
|
||||||
"network"
|
"network"
|
||||||
|
|
@ -145,14 +144,6 @@
|
||||||
"spacing" = 7;
|
"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