Better theme for Dunst

This commit is contained in:
Filippo Berto 2023-01-02 14:01:47 +01:00
parent 3dc637f82d
commit f17bfe4aa3
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -44,7 +44,7 @@ in
max_icon_size = 32;
sticky_history = "yes";
history_length = 20;
# dmenu = "rofi -dmenu -p dunst:";
dmenu = "rofi -dmenu -p dunst:";
# browser = "google-chrome-stable";
browser = "firefox";
always_run_script = "true";
@ -59,18 +59,15 @@ in
mouse_right_click = "close_all";
};
urgency_low = {
background = strPalette.normal.black;
foreground = strPalette.normal.white;
inherit (strPalette) background foreground;
timeout = 10;
};
urgency_normal = {
background = strPalette.normal.black;
foreground = strPalette.normal.white;
inherit (strPalette) background foreground;
timeout = 10;
};
urgency_critical = {
background = strPalette.normal.black;
foreground = strPalette.normal.white;
inherit (strPalette) background foreground;
frame_color = strPalette.bright.red;
timeout = 0;
};