From 3248fbb946e3ff3d30b4b21546b4c07f75d7fcba Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 4 Jan 2024 17:14:20 +0900 Subject: [PATCH] Update mako --- .../common/desktops/hyprland/themes/stylix/mako-conf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/desktops/hyprland/themes/stylix/mako-conf.nix b/home-manager/common/desktops/hyprland/themes/stylix/mako-conf.nix index 9a57bcdc..bc1d10eb 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix/mako-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix/mako-conf.nix @@ -2,8 +2,8 @@ services.mako = { enable = true; anchor = "top-left"; - border-radius = 10; - border-size = 2; + borderRadius = 10; + borderSize = 2; icons = true; actions = true; layer = "top";