Add mako notification daemon config
This commit is contained in:
parent
fb9df06c3e
commit
c51d9421c5
22
home/hyprland/mako.nix
Normal file
22
home/hyprland/mako.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }) ];
|
||||
services.mako = {
|
||||
enable = true;
|
||||
actions = true;
|
||||
anchor = "top-right";
|
||||
font = "FiraCode Nerd Font 10";
|
||||
icons = true;
|
||||
layer = "overlay";
|
||||
margin = "20";
|
||||
padding = "10";
|
||||
sort = "-time";
|
||||
borderRadius = 10;
|
||||
borderSize = 3;
|
||||
backgroundColor = "#16161eff";
|
||||
textColor = "#c0caf5ff";
|
||||
borderColor = "#c0caf5ff";
|
||||
progressColor = null;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue