skipper: enable niri modules in waybar

This commit is contained in:
Adithya 2024-09-24 19:37:51 +05:30
parent c3fa2cb57c
commit a3f57e2fa4
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -13,9 +13,16 @@
layer = "top"; layer = "top";
position = "top"; position = "top";
height = 28; 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-center = [ ];
modules-right = [ "tray" "idle_inhibitor" "network" "bluetooth" "wireplumber" "backlight" "battery" "clock" "custom/notification" ]; 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" = { "hyprland/workspaces" = {
separate-outputs = true; separate-outputs = true;
}; };