mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 05:52:56 -05:00
theme/gtk: remove border rounding
This commit is contained in:
parent
40792628eb
commit
14976d0127
|
@ -28,10 +28,6 @@ in {
|
|||
};
|
||||
|
||||
targets.gtk.extraCss = builtins.concatStringsSep "\n" [
|
||||
(lib.optionalString ((cfg.desktop.hyprland.enable || cfg.desktop.sway.enable) && !cfg.desktop.gnome.enable) ''
|
||||
window.background { border-radius: ${toString cfg.theme.borders.radius}; }
|
||||
'')
|
||||
|
||||
(lib.optionalString (
|
||||
(cfg.desktop.hyprland.enable || cfg.desktop.sway.enable) && (config.stylix.polarity == "light") && !cfg.desktop.gnome.enable
|
||||
) ''
|
||||
|
|
Loading…
Reference in a new issue