More niri config

This commit is contained in:
Zeph Levy 2026-02-04 17:33:27 +01:00
parent e71ff8ed61
commit 39b457bc0a
4 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
position = "top"; position = "top";
height = 20; height = 20;
modules-left = [ "hyprland/workspaces" ]; modules-left = [ "hyprland/workspaces" "niri/workspaces" ];
modules-center = [ "clock" ]; modules-center = [ "clock" ];
modules-right = [ modules-right = [
"cpu" "cpu"

View file

@ -108,9 +108,9 @@ layout {
// preset-window-heights { } // preset-window-heights { }
// You can change the default width of the new windows. // You can change the default width of the new windows.
// default-column-width { proportion 0.5; } default-column-width { proportion 0.5; }
// If you leave the brackets empty, the windows themselves will decide their initial width. // If you leave the brackets empty, the windows themselves will decide their initial width.
default-column-width {} // default-column-width {};
// By default focus ring and border are rendered as a solid background rectangle // By default focus ring and border are rendered as a solid background rectangle
// behind windows. That is, they will show up through semitransparent windows. // behind windows. That is, they will show up through semitransparent windows.
@ -179,8 +179,6 @@ layout {
// which may be more convenient to use. // which may be more convenient to use.
// See the binds section below for more spawn examples. // See the binds section below for more spawn examples.
// This line starts waybar, a commonly used bar for Wayland compositors.
spawn-at-startup "waybar"
spawn-at-startup "swayosd-server" spawn-at-startup "swayosd-server"
spawn-at-startup "hypridle" spawn-at-startup "hypridle"

View file

@ -68,4 +68,5 @@
system.stateVersion = "25.05"; system.stateVersion = "25.05";
programs.niri.enable = true; programs.niri.enable = true;
security.polkit.enable = true;
} }

View file

@ -84,6 +84,7 @@
hyprshot hyprshot
mako mako
swayosd swayosd
xwayland-satellite
]) ])
++ ++
# Misbehaving packages # Misbehaving packages