From 16a5e1812031433f711371db802d972529ced7d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 May 2023 11:18:46 -0700 Subject: workstation: more tweaks for the UI and fonts --- home/profiles/mako.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/profiles/mako.nix') 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"; }; } -- cgit v1.2.3