about summary refs log tree commit diff
path: root/home/profiles/mako.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/mako.nix')
-rw-r--r--home/profiles/mako.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/mako.nix b/home/profiles/mako.nix
index d4e54fe..f31b417 100644
--- a/home/profiles/mako.nix
+++ b/home/profiles/mako.nix
@@ -7,7 +7,7 @@
   # All the options are documented via `man 5 mako`
   services.mako = {
     enable = true;
-    font = "Source Code Pro";
+    font = "Roboto";
     backgroundColor = "#000021DD";
     textColor = "#FFFFFFFF";
     borderSize = 0;
@@ -18,8 +18,8 @@
     actions = true;
     defaultTimeout = 3000;
     padding = "20";
-    height = 200;
-    width = 500;
+    height = 180;
+    width = 400;
     layer = "overlay";
   };
 }