From fce3a4ff0cd4c39c7b097a3c732b8f1eca7a5963 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Wed, 14 May 2025 09:40:36 +0300 Subject: [PATCH] desktop/niri: waybar modules now round pills Signed-off-by: unexplrd --- modules/home/desktop/niri/programs/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/niri/programs/waybar/default.nix b/modules/home/desktop/niri/programs/waybar/default.nix index 206b9b6..e14e5ce 100644 --- a/modules/home/desktop/niri/programs/waybar/default.nix +++ b/modules/home/desktop/niri/programs/waybar/default.nix @@ -235,7 +235,7 @@ border-top-left-radius: 0px; border-top-right-radius: 0px; */ background-color: @base00; - border-radius: 12px; + border-radius: 24px; border: 3px solid @base0D; color: @base05; padding: 0 0.4em;