restyle mako

This commit is contained in:
Murphy 2025-01-21 13:27:50 +00:00
parent bc234ecd40
commit 4e48154c07
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -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";