Switch dunst to tokyonight theme
This commit is contained in:
parent
397f8caad8
commit
c6171c45b4
|
@ -12,7 +12,6 @@
|
||||||
progress_bar_max_width = 300;
|
progress_bar_max_width = 300;
|
||||||
indicate_hidden = "yes";
|
indicate_hidden = "yes";
|
||||||
transparency = 16;
|
transparency = 16;
|
||||||
frame_color = "#8AADF4";
|
|
||||||
separator_color = "frame";
|
separator_color = "frame";
|
||||||
font = "FiraCode Nerd Font 10";
|
font = "FiraCode Nerd Font 10";
|
||||||
ellipsize = "end";
|
ellipsize = "end";
|
||||||
|
@ -26,33 +25,24 @@
|
||||||
mouse_middle_click = "do_action, close_current";
|
mouse_middle_click = "do_action, close_current";
|
||||||
mouse_right_click = "close_all";
|
mouse_right_click = "close_all";
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = "#24273A";
|
background = "#16161e";
|
||||||
foreground = "#CAD3F5";
|
foreground = "#c0caf5";
|
||||||
|
frame_color = "#c0caf5";
|
||||||
timeout = 5;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#24273A";
|
background = "#1a1b26";
|
||||||
foreground = "#CAD3F5";
|
foreground = "#c0caf5";
|
||||||
|
frame_color = "#c0caf5";
|
||||||
timeout = 5;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#24273A";
|
background = "#292e42";
|
||||||
foreground = "#CAD3F5";
|
foreground = "#db4b4b";
|
||||||
frame_color = "#F5A97F";
|
frame_color = "#db4b4b";
|
||||||
timeout = 120;
|
timeout = 120;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#settings = builtins.readFile(
|
|
||||||
# pkgs.fetchFromGitHub {
|
|
||||||
# owner = "catppuccin";
|
|
||||||
# repo = "dunst";
|
|
||||||
# rev = "b0b838d38f134136322ad3df2b6dc57c4ca118cf";
|
|
||||||
# sha256 = "ruFcHh1dkd4Zy9qNlAA8qAksTzNjXPd2hSSmhdGgflU=";
|
|
||||||
# } + "/src/macchiato.conf"
|
|
||||||
#);
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue