diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-05-29 11:18:46 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-05-29 11:18:46 -0700 |
| commit | 16a5e1812031433f711371db802d972529ced7d0 (patch) | |
| tree | f260ae93b6197bc96613bf8eab9945453b8956e8 /home/profiles/mako.nix | |
| parent | profiles/default: fix the GC configuration (diff) | |
| download | infra-16a5e1812031433f711371db802d972529ced7d0.tar.gz | |
workstation: more tweaks for the UI and fonts
Diffstat (limited to '')
| -rw-r--r-- | home/profiles/mako.nix | 6 |
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"; }; } |
