summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2022-02-12 22:54:43 +0100
committerstuebinm2022-02-12 22:54:43 +0100
commit78b7c50181f9a96d83c503a91055e5b01ae2ec16 (patch)
tree652cafc1011a2533116ede5ebbc213928ee10e5b
parente8b22eac84cd09af01c888421122656eb2384d27 (diff)
home: add mako for notifications
-rw-r--r--home/home.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix
index 393e8a2..23044bf 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -237,4 +237,14 @@
};
};
+
+ programs.mako = {
+ enable = true;
+ backgroundColor = "#ff00ff80";
+ borderColor = "#ff00ff";
+ defaultTimeout = 5000; # milliseconds
+ padding = "10";
+ output = "DVI-I-1";
+ };
+
}