diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix index 456ce5cb..19425953 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix @@ -24,14 +24,14 @@ "position": "top", "modules-left": [ "custom/wlogout", + "idle_inhibitor", "clock", + "mpris", ], "modules-center": [ "wlr/workspaces", ], "modules-right": [ - "mpris", - "idle_inhibitor", "pulseaudio", "custom/tailscale", "network", @@ -167,7 +167,7 @@ font-size: 1px; border-radius: 50px; padding: 0px 5px; - margin: 5px; + margin: 0px 5px; color: rgba(0, 0, 0, 0); background-color: #3c3836; font-weight: bold;