From 5d22d6aea00aa4826a24d6fd524524d01e1fdfa1 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 4 Sep 2024 01:51:11 +0200 Subject: [PATCH] fix(mako): fix font and adapt configuration for cmus --- modules/home-manager/desktop/sway/includes/mako.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/desktop/sway/includes/mako.nix b/modules/home-manager/desktop/sway/includes/mako.nix index 8a60054..81ddf7e 100644 --- a/modules/home-manager/desktop/sway/includes/mako.nix +++ b/modules/home-manager/desktop/sway/includes/mako.nix @@ -13,7 +13,7 @@ with lib; }; services.mako = { enable = true; - font = "Fira Code 10"; + font = "Fira Code Nerd Font 10"; backgroundColor = "#353535FF"; borderColor = "#1CD180"; progressColor = "over #5566AAFF"; @@ -31,8 +31,12 @@ with lib; border-color=#F268b3 [app-name="cmus"] - border-color=#00000000 - default-timeout=10000 + border-size=1 + default-timeout=7000 + group-by=app-name + + [app-name="cmus" grouped] + format=%s\n%b ''; }; };