diff --git a/home/gabriel/features/desktop/common/wayland-wm/waybar.nix b/home/gabriel/features/desktop/common/wayland-wm/waybar.nix index f0b28bc9..eb86a249 100644 --- a/home/gabriel/features/desktop/common/wayland-wm/waybar.nix +++ b/home/gabriel/features/desktop/common/wayland-wm/waybar.nix @@ -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;