summaryrefslogtreecommitdiff
path: root/modules/programs/mako/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/programs/mako/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/mako/default.nix b/modules/programs/mako/default.nix
index 3987d0d..6a518ca 100644
--- a/modules/programs/mako/default.nix
+++ b/modules/programs/mako/default.nix
@@ -17,9 +17,9 @@
progressColor = "#${config.theme.colors.base00}";
textColor = "#${config.theme.colors.base05}";
- borderColor = "#${config.theme.accentColor}";
+ borderColor = "#${config.theme.colors.base05}";
borderSize = config.theme.borderWidth;
- borderRadius = 0;
+ borderRadius = config.theme.outerRadius;
defaultTimeout = 5000;
layer = "overlay";