From 6c9ba5cc9711d2a5c7ef957dcb7140eab8c7ad25 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 6 Dec 2023 19:34:45 +0100 Subject: [PATCH] change mako config --- modules/home/mako/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/home/mako/default.nix b/modules/home/mako/default.nix index 9c975b6..2eb505a 100755 --- a/modules/home/mako/default.nix +++ b/modules/home/mako/default.nix @@ -3,15 +3,17 @@ services = { mako = { enable = true; - font = "JetBrainsMono Nerd Font 11"; + font = "JetBrainsMono Nerd Font 12"; padding = "15"; defaultTimeout = 5000; borderSize = 2; borderRadius = 5; backgroundColor = "#1e1e2e"; - borderColor = "#89b4fa"; + borderColor = "#b4befe"; progressColor = "over #313244"; textColor = "#cdd6f4"; + icons = 1; + actions = 1; extraConfig = '' text-alignment=center [urgency=high]