From a78a33934883d51898b5c61e9dc6a57442fcab1a Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 4 Jan 2024 21:05:01 +0900 Subject: [PATCH] test --- .../common/desktops/hyprland/themes/stylix/mako-conf.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 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 11888dd7..4ae96482 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix/mako-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix/mako-conf.nix @@ -1,8 +1,8 @@ { ... }: { services.mako = { enable = true; - anchor = "top-left"; - borderRadius = 10; + anchor = "top-center"; + borderRadius = 2; borderSize = 2; icons = true; actions = true; @@ -19,7 +19,7 @@ max-icon-size=128 icon-location=left history=1 - text-alignment=left + text-alignment=center ''; }; }