diff --git a/waybar.nix b/waybar.nix index 4448c65..5502f2d 100644 --- a/waybar.nix +++ b/waybar.nix @@ -8,13 +8,20 @@ layer = "top"; position = "top"; + output = [ "HDMI-A-2" ]; + modules-left = [ "hyprland/workspaces" ]; - modules-center = [ "clock" ]; - modules-right = [ "pulseaudio" "battery" "tray" ]; + modules-center = [ "hyprland/window" ]; + modules-right = [ "pulseaudio" "battery" "clock" "tray" ]; clock = { format = "{:%Y-%m-%d %H:%M}"; }; + + "hyprland/workspaces" = { + all-outputs = false; + disable-scroll = true; + }; }]; style = ''