summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-07-26 13:28:17 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-07-26 13:28:17 +0700
commit3e37b816b1ea0e19e19ca681fe9511aebb0eac12 (patch)
treedb7838f90fe30c5497479690c585bf6d70611279
parent567af36eeb221fd447a6212206fc63b22061eb7d (diff)
some upd;
-rwxr-xr-xniri/.config/niri/config.kdl16
-rw-r--r--nixos/configuration.nix1
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