fix hyprland build

This commit is contained in:
mjallen18
2025-06-18 15:48:34 -05:00
parent 5662fd3fa1
commit d0880fd36d
6 changed files with 37 additions and 29 deletions

View File

@@ -1,21 +1,23 @@
{
services.mako = {
enable = true;
font = "monospace 12";
icons = false;
width = 500;
height = 110;
layer = "overlay";
borderRadius = 15;
borderSize = 2;
maxIconSize = 64;
defaultTimeout = 5000;
sort = "-time";
ignoreTimeout = true;
settings = {
font = "monospace 12";
icons = false;
ignore-timeout = true;
sort = "-time";
width = 500;
height = 110;
layer = "overlay";
border-radius = 15;
border-size = 2;
max-icon-size = 64;
default-timeout = 5000;
backgroundColor = "#24273a";
textColor = "#cad3f5";
borderColor = "#8aadf4";
progressColor = "over #363a4f";
background-color = "#24273a";
text-color = "#cad3f5";
border-color = "#8aadf4";
progress-color = "over #363a4f";
};
};
}