skipper: enable niri modules in waybar
This commit is contained in:
parent
c3fa2cb57c
commit
a3f57e2fa4
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue