aboutsummaryrefslogtreecommitdiffstats
path: root/hm/mako
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-09-06 18:52:44 +0200
committerSilas Schöffel <sils@sils.li>2025-09-06 18:52:44 +0200
commit9277f40e81ace6501ce39dfb2b14c1df06866a61 (patch)
tree2211e3f0297f7727539d99e391ce6d5d21e288aa /hm/mako
parentwaybar: notify before hibernating on low battery (diff)
downloadnix-config-9277f40e81ace6501ce39dfb2b14c1df06866a61.zip
mako: remove
Diffstat (limited to 'hm/mako')
-rw-r--r--hm/mako/default.nix42
1 files changed, 0 insertions, 42 deletions
diff --git a/hm/mako/default.nix b/hm/mako/default.nix
deleted file mode 100644
index b51ec14..0000000
--- a/hm/mako/default.nix
+++ /dev/null
@@ -1,42 +0,0 @@
-{...}: {
- services.mako = {
- enable = true;
- settings = {
- #background-color = "#2e3440";
- #border-color = "#88c0d0";
- border-radius = 25;
- border-size = 2;
- default-timeout = 5000;
- #font = "Source Code Pro 10";
- width = 500;
- height = 500;
- icons = true;
- ignore-timeout = true;
- layer = "overlay";
- markup = true; # TODO
- max-icon-size = 64;
- sort = "-time";
- };
- #extraConfig = ''
- # [urgency=low]
- # border-color=#cccccc
-
- # [urgency=normal]
- # border-color=#d08770
-
- # [urgency=high]
- # border-size=3
- # border-color=#bf616a
- # default-timeout=0
-
- # [urgency=critical]
- # border-size=4
- # border-color=#bf616a
- # default-timeout=0
-
- # [category=mpd]
- # default-timeout=2000
- # group-by=category
- #'';
- };
-}