Skip to content

Commit

Permalink
home/mako: setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Apr 15, 2024
1 parent e708a42 commit 18f85b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/services/mako.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ in
services.mako = {
enable = true;
catppuccin.enable = true;

anchor = "top-center";
font = "Gabarito 10";
width = 500;
height = 100;
borderRadius = 10;
defaultTimeout = 10000;
};
};
}
2 changes: 2 additions & 0 deletions hosts/jdnixos/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
env = [ "WLR_NO_HARDWARE_CURSORS,1" ];
monitor = [ "DP-2,3440x1440@144,1920x0,1" "DP-3,1920x1080@60,0x0,1" ];
};

services.mako.output = "DP-2";
}

0 comments on commit 18f85b0

Please sign in to comment.