From 6595543ac0f0f42d92dbe6836ea2459a02cc13c0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 9 Jul 2024 08:36:52 +0100 Subject: [PATCH] Set corner radius for gtk theme --- home/desktop/base16/gtk.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/desktop/base16/gtk.nix b/home/desktop/base16/gtk.nix index 64cefaaa..e8eaee5b 100644 --- a/home/desktop/base16/gtk.nix +++ b/home/desktop/base16/gtk.nix @@ -3,6 +3,8 @@ accentColourName, }: with scheme.withHashtag; '' + // Remove rounded corners + window.background { border-radius: 5; } @define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_fg_color ${base00-hex};