From 5233a7960b198e8e7455820f74b05b5b6b707722 Mon Sep 17 00:00:00 2001 From: Julian Mutter <julian.mutter@comumail.de> Date: Sat, 15 Jun 2024 19:34:40 +0200 Subject: [PATCH] Fix typo in mako config --- modules/home/hyprland/mako/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/mako/default.nix b/modules/home/hyprland/mako/default.nix index 04d25bd..a2b75fd 100644 --- a/modules/home/hyprland/mako/default.nix +++ b/modules/home/hyprland/mako/default.nix @@ -25,7 +25,7 @@ in services.mako = { enable = true; - bakgroundColor = "#${palette.base00}"; + backgroundColor = "#${palette.base00}"; textColor = "#${palette.base05}"; borderColor = "#${palette.base0D}"; progressColor = "over #${palette.base02}";