diff --git a/configuration.nix b/configuration.nix index 241a89b..0b594ac 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,7 +4,7 @@ { config, pkgs, ... }: let - CORNER_RADIUS = "5"; + CORNER_RADIUS = "0"; WAYBAR_MODULES_CORNER_RADIUS = "15"; GAPS_IN = "5"; GAPS_OUT = "10";