diff --git a/home/waybar.nix b/home/waybar.nix index fe73528..3f151dd 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -19,7 +19,7 @@ in spacing = 8; modules-left = [ "wlr/workspaces" "custom/new-workspace" ]; - modules-center = [ "hyprland/window" ]; + modules-center = [ "wlr/taskbar" ]; modules-right = [ "tray" "wireplumber" "backlight" "battery" "clock" ]; tray = { @@ -27,6 +27,13 @@ in spacing = 8; }; + "wlr/taskbar" = { + icon-size = 32; + on-click = "activate"; + on-click-middle = "activate"; + on-click-right = "activate"; + }; + "hyprland/window" = { rotate = if isVertical then 90 else 0; };