so many sops
This commit is contained in:
21
modules/desktop-environments/hyprland/config/mako/default.nix
Executable file
21
modules/desktop-environments/hyprland/config/mako/default.nix
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
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;
|
||||
|
||||
backgroundColor = "#24273a";
|
||||
textColor = "#cad3f5";
|
||||
borderColor = "#8aadf4";
|
||||
progressColor = "over #363a4f";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user