diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-22 13:36:33 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-22 13:36:33 +0200 |
commit | 1dd77faa80f6684b8fc481172caffd26971d3d14 (patch) | |
tree | cb0c84b395888da7d4256b8d92d363f74051eb35 /hm/mako | |
parent | flake.lock: update (diff) | |
download | nix-config-1dd77faa80f6684b8fc481172caffd26971d3d14.zip |
hm/mako: update option names
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; |