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";
|
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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue