about summary refs log tree commit diff stats
path: root/hm/mako
diff options
context:
space:
mode:
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
-    #'';
-  };
-}