Skip to content

Commit

Permalink
theme/gtk: remove border rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
alyraffauf committed Dec 9, 2024
1 parent 4079262 commit 14976d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions homeManagerModules/theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
) ''
Expand Down

0 comments on commit 14976d0

Please sign in to comment.