From b42de801802ea710daee403ccca16afce1710862 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 1 Jul 2025 00:19:25 +0300 Subject: [PATCH] desktop/niri: 1px border Signed-off-by: unexplrd --- modules/home/desktop/niri/niri.nix | 4 ++-- modules/home/desktop/niri/programs/waybar/default.nix | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/home/desktop/niri/niri.nix b/modules/home/desktop/niri/niri.nix index 0febfe2..a3ab5db 100644 --- a/modules/home/desktop/niri/niri.nix +++ b/modules/home/desktop/niri/niri.nix @@ -181,7 +181,7 @@ in { inactive-color "#${colors.base03}" } border { - width 3 + width 1 active-color "#${colors.base0D}" inactive-color "#${colors.base03}" urgent-color "#${colors.base08}" @@ -189,7 +189,7 @@ in { } window-rule { - geometry-corner-radius 12 + geometry-corner-radius 18 clip-to-geometry true } window-rule { diff --git a/modules/home/desktop/niri/programs/waybar/default.nix b/modules/home/desktop/niri/programs/waybar/default.nix index 76f7a9c..f7bf74b 100644 --- a/modules/home/desktop/niri/programs/waybar/default.nix +++ b/modules/home/desktop/niri/programs/waybar/default.nix @@ -14,7 +14,7 @@ settings.bar-0 = { # layer = "top"; position = "bottom"; - height = 36; + height = 40; spacing = 0; margin-left = 33 + 3; margin-right = 33 + 3; @@ -231,13 +231,12 @@ border-top-right-radius: 0px; */ background-color: @base00; border-radius: 24px; - /* border: 3px solid @base0D; */ + border: 1px solid @base0D; color: @base05; } tooltip { background: @base01; - border: 1px solid @base0E; - border-radius: 24px; + border: 1px solid @base0D; } tooltip label { color: @base05;