fatass commit for the rice
This commit is contained in:
parent
266d1b3deb
commit
89ac1c676d
28 changed files with 1101 additions and 587 deletions
24
modules/nixos/programs/desktop/niri/mako.nix
Normal file
24
modules/nixos/programs/desktop/niri/mako.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
home-manager.users.wo2w.services.mako = {
|
||||
enable = true;
|
||||
settings =
|
||||
let
|
||||
colors = config.custom.colors;
|
||||
in {
|
||||
max-history = 10;
|
||||
default-timeout = 5000;
|
||||
anchor = "bottom-right";
|
||||
|
||||
on-button-middle = "dismiss-group";
|
||||
|
||||
border-size = 4;
|
||||
|
||||
background-color = colors.base00;
|
||||
text-color = colors.base05;
|
||||
border-color = colors.base0E;
|
||||
progress-color = "over ${colors.base0C}";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue