Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

niri got squarer


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (May 20, 2026, 9:26 PM +0200) ac7c5182 e3a691bd

+8 -8
+8 -8
home/modules/niri.nix
··· 108 108 109 109 layout = { 110 110 empty-workspace-above-first = true; 111 - gaps = 10; 111 + gaps = 4; 112 112 center-focused-column = "never"; 113 113 always-center-single-column = true; 114 114 ··· 127 127 focus-ring.enable = false; 128 128 border = { 129 129 enable = true; 130 - width = 6; 130 + width = 2; 131 131 active.color = "#85aaa0"; 132 132 inactive.color = "#4a4442"; 133 133 urgent.color = "#1e8b44"; ··· 143 143 color = "#0007"; 144 144 }; 145 145 struts = { 146 - left = 14; 147 - right = 14; 146 + left = 1; 147 + right = 1; 148 148 }; 149 149 }; 150 150 # Startup spawns! ··· 274 274 { 275 275 # This rule applies to all windows as it has no 'matches' 276 276 geometry-corner-radius = { 277 - bottom-left = 20.0; 278 - bottom-right = 20.0; 279 - top-left = 20.0; 280 - top-right = 20.0; 277 + bottom-left = 5.0; 278 + bottom-right = 5.0; 279 + top-left = 5.0; 280 + top-right = 5.0; 281 281 }; 282 282 clip-to-geometry = true; 283 283 }