From 35a9cea91932734006cbf097322fcf2fd0cc77b1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 11 Jul 2024 05:56:41 +0100 Subject: [PATCH] GTK remove setting border radius in extraCSS --- home/desktop/base16/gtk.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/desktop/base16/gtk.nix b/home/desktop/base16/gtk.nix index a7b19a04..64cefaaa 100644 --- a/home/desktop/base16/gtk.nix +++ b/home/desktop/base16/gtk.nix @@ -3,8 +3,6 @@ accentColourName, }: with scheme.withHashtag; '' - // Remove rounded corners - window.background { border-radius: 0; } @define-color accent_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_bg_color ${scheme.withHashtag."${accentColourName}-hex"}; @define-color accent_fg_color ${base00-hex};