From 1dd77faa80f6684b8fc481172caffd26971d3d14 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Fri, 22 Aug 2025 13:36:33 +0200 Subject: hm/mako: update option names --- hm/mako/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'hm/mako/default.nix') 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; -- cgit 1.4.1