Switch dunst to tokyonight theme
This commit is contained in:
parent
397f8caad8
commit
c6171c45b4
|
@ -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"
|
||||
#);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue