From a3f57e2fa4408425e10f17dc0573a8b38f66c919 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 24 Sep 2024 19:37:51 +0530 Subject: [PATCH] skipper: enable niri modules in waybar --- home/wm/addon/waybar/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/wm/addon/waybar/default.nix b/home/wm/addon/waybar/default.nix index c8da0c0..db40715 100644 --- a/home/wm/addon/waybar/default.nix +++ b/home/wm/addon/waybar/default.nix @@ -13,9 +13,16 @@ layer = "top"; position = "top"; height = 28; - modules-left = [ "hyprland/workspaces" "hyprland/window" "hyprland/submap" ]; + modules-left = [ "niri/workspaces" "hyprland/workspaces" "niri/window" "hyprland/window" "hyprland/submap" ]; modules-center = [ ]; modules-right = [ "tray" "idle_inhibitor" "network" "bluetooth" "wireplumber" "backlight" "battery" "clock" "custom/notification" ]; + "niri/workspaces" = { + all-outputs = false; + current-only = true; + }; + "niri/window" = { + separate-outputs = true; + }; "hyprland/workspaces" = { separate-outputs = true; };