From f85e230b23ca666ea297980a60b6f9d033a2617d Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 21 Mar 2026 14:42:24 +0100 Subject: [PATCH] non important commit --- flake.lock | 8 ++++---- home/modules/niri.nix | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index de01d9c..9d23ccc 100644 --- a/flake.lock +++ b/flake.lock @@ -389,11 +389,11 @@ "rust-overlay": "rust-overlay_3" }, "locked": { - "lastModified": 1773784783, - "narHash": "sha256-T3oP3c75kt0Ef+uO3D9qy85VucA4mzhuREWz3FZBTSg=", + "lastModified": 1774043181, + "narHash": "sha256-4Y6bmxuCLPlL2ukvvsD/k0cwajSHtuVxRV/AiaChk2E=", "ref": "refs/heads/main", - "rev": "58166358ba26a277d59fafd852ca7b10f1dbd442", - "revCount": 7, + "rev": "3789f5eb7ba46fd53d103b6d759dc04f55013844", + "revCount": 11, "type": "git", "url": "https://git.stribrny.org/max_ag/wayland_panel" }, diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 5c4e427..c407be1 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -42,7 +42,7 @@ }; layout = { - gaps = 8; + gaps = 4; default-column-width = {proportion = 0.5;}; @@ -77,10 +77,10 @@ window-rules = [ { geometry-corner-radius = { - top-left = 5.0; - top-right = 5.0; - bottom-left = 5.0; - bottom-right = 5.0; + top-left = 2.0; + top-right = 2.0; + bottom-left = 2.0; + bottom-right = 2.0; }; } {