From c6171c45b4bd3ad87426a12920101014fe95bd61 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 17 Jul 2023 10:02:10 +0100 Subject: [PATCH] Switch dunst to tokyonight theme --- home/hyprland/dunst.nix | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/home/hyprland/dunst.nix b/home/hyprland/dunst.nix index de5a55bf..c5d2fc64 100644 --- a/home/hyprland/dunst.nix +++ b/home/hyprland/dunst.nix @@ -12,7 +12,6 @@ progress_bar_max_width = 300; indicate_hidden = "yes"; transparency = 16; - frame_color = "#8AADF4"; separator_color = "frame"; font = "FiraCode Nerd Font 10"; ellipsize = "end"; @@ -26,33 +25,24 @@ mouse_middle_click = "do_action, close_current"; mouse_right_click = "close_all"; }; - urgency_low = { - background = "#24273A"; - foreground = "#CAD3F5"; + background = "#16161e"; + foreground = "#c0caf5"; + frame_color = "#c0caf5"; timeout = 5; }; - urgency_normal = { - background = "#24273A"; - foreground = "#CAD3F5"; + background = "#1a1b26"; + foreground = "#c0caf5"; + frame_color = "#c0caf5"; timeout = 5; }; - urgency_critical = { - background = "#24273A"; - foreground = "#CAD3F5"; - frame_color = "#F5A97F"; + background = "#292e42"; + foreground = "#db4b4b"; + frame_color = "#db4b4b"; timeout = 120; }; }; - #settings = builtins.readFile( - # pkgs.fetchFromGitHub { - # owner = "catppuccin"; - # repo = "dunst"; - # rev = "b0b838d38f134136322ad3df2b6dc57c4ca118cf"; - # sha256 = "ruFcHh1dkd4Zy9qNlAA8qAksTzNjXPd2hSSmhdGgflU="; - # } + "/src/macchiato.conf" - #); }; }