fix hyprland build
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user