My NixOS configuration.

feat: Removed gaps, rounded corners and focus ri

+8 -8
+8 -8
homeManagerModules/skins/nier/niri/config.kdl
··· 81 81 // https://github.com/YaLTeR/niri/wiki/Configuration:-Layout 82 82 layout { 83 83 // Set gaps around windows in logical pixels. 84 - gaps 2 84 + gaps 1 85 85 86 86 // When to center a column when changing focus, options are: 87 87 // - "never", default behavior, focusing an off-screen column will keep at the left ··· 126 126 off 127 127 128 128 // How many logical pixels the ring extends out from the windows. 129 - width 2 129 + width 1 130 130 131 131 // Colors can be set in a variety of ways: 132 132 // - CSS named colors: "red" ··· 159 159 // The settings are the same as for the focus ring. 160 160 // If you enable the border, you probably want to disable the focus ring. 161 161 162 - width 2 162 + width 0 163 163 // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view" 164 164 // inactive-gradient from="#ffc880" to="#ffbb66" angle 45 relative-to="workspace-view" 165 165 ··· 173 173 // Top and bottom struts will simply add outer gaps in addition to the area occupied by 174 174 // layer-shell panels and regular gaps. 175 175 struts { 176 - // left 64 177 - // right 64 178 - // top 35 179 - // bottom 64 176 + left -1 177 + right -1 178 + top -1 179 + bottom -1 180 180 } 181 181 } 182 182 ··· 262 262 // default-column-width {} 263 263 264 264 // Set rounded corners for all windows 265 - geometry-corner-radius 12 265 + geometry-corner-radius 0 266 266 clip-to-geometry true 267 267 } 268 268