diff options
Diffstat (limited to 'hm/mako')
-rw-r--r-- | hm/mako/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hm/mako/default.nix b/hm/mako/default.nix index 3cc5cff..c71f704 100644 --- a/hm/mako/default.nix +++ b/hm/mako/default.nix @@ -2,16 +2,16 @@ services.mako = { enable = true; settings = { - #backgroundColor = "#2e3440"; - #borderColor = "#88c0d0"; - #borderRadius = 25; - #borderSize = 2; - defaultTimeout = 5000; + #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; - ignoreTimeout = true; + ignore-timeout = true; layer = "overlay"; markup = true; # TODO maxIconSize = 64; |