From 3e37b816b1ea0e19e19ca681fe9511aebb0eac12 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 26 Jul 2026 13:28:17 +0700 Subject: some upd; --- niri/.config/niri/config.kdl | 16 ++++++++++++---- nixos/configuration.nix | 1 + 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 9ad635f..de603bd 100755 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -59,8 +59,8 @@ layout { } border { - off - width 4 + //off + width 0.5 active-color "#ffc87f" inactive-color "#505050" urgent-color "#9b0000" @@ -102,6 +102,8 @@ animations { } window-rule { match app-id=r#"^org\.wezfurlong\.wezterm$"# + geometry-corner-radius 12 + clip-to-geometry true background-effect { xray false } @@ -151,11 +153,17 @@ overview { } // Place Noctalia's main wallpaper onto Niri's backdrop layer layer-rule { - match namespace="^noctalia-backdrop" - place-within-backdrop true + match namespace="^noctalia-(panel|launcher|clipboard|osd|notifications).*" + + // Fixes the rough/jagged pixels on the curved edges background-effect { xray false } + + // Fixes the disconnected blocky background artifact + shadow { + off + } } // Allow the stationary backdrop wallpaper to be visible through your layout diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 123d0bf..4e460af 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -400,6 +400,7 @@ programs.fish = { telegram-desktop vesktop obsidian + pkgs.lutris # Software Development & Toolchains black cargo -- cgit v1.2.3