diff options
Diffstat (limited to 'nix/programs')
| -rw-r--r-- | nix/programs/sway.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nix/programs/sway.nix b/nix/programs/sway.nix index 5e9cb08..84fa903 100644 --- a/nix/programs/sway.nix +++ b/nix/programs/sway.nix @@ -58,6 +58,7 @@ in { }; home-manager.users.andrew = { home.sessionVariables = { + MAIN_MONITOR="${loc.monitors.monitor1}"; XDG_CURRENT_DESKTOP = "sway"; MOZ_ENABLE_WAYLAND = "1"; SDL_VIDEODRIVER = "wayland"; @@ -339,11 +340,11 @@ in { services.mako = { enable = true; settings = { - defaultTimeout = 14000; + default-timeout = 14000; font = "${loc.font.name} ${toString loc.ui-font.size}"; - backgroundColor = "#${colo.background}"; - textColor = "#${colo.foreground}"; - borderColor = "#${colo.color6}"; + background-color = "#${colo.background}"; + text-color = "#${colo.foreground}"; + border-color = "#${colo.color6}"; }; }; }; |