feat(waybar): move player from center to left

This commit is contained in:
Gabriel Fontes
2025-05-21 20:53:14 +02:00
parent c9b4c0b913
commit 7fb043d612
@@ -78,9 +78,7 @@ in {
++ (lib.optionals hyprlandCfg.enable [
"hyprland/workspaces"
"hyprland/submap"
]);
modules-center = [
]) ++ [
"custom/currentplayer"
"custom/player"
];
@@ -334,12 +332,6 @@ in {
border-radius: 0.5em;
border-right: solid 0.4em ${colors.surface};
}
.modules-center {
background-color: ${toRGBA colors.surface "0.8"};
border-radius: 0.5em;
border-right: solid 0.4em ${colors.surface};
border-left: solid 0.4em ${colors.surface};
}
.modules-right {
background-color: ${toRGBA colors.surface "0.8"};
margin-right: 0;