Better theme for Dunst
This commit is contained in:
parent
3dc637f82d
commit
f17bfe4aa3
1 changed files with 4 additions and 7 deletions
|
|
@ -44,7 +44,7 @@ in
|
||||||
max_icon_size = 32;
|
max_icon_size = 32;
|
||||||
sticky_history = "yes";
|
sticky_history = "yes";
|
||||||
history_length = 20;
|
history_length = 20;
|
||||||
# dmenu = "rofi -dmenu -p dunst:";
|
dmenu = "rofi -dmenu -p dunst:";
|
||||||
# browser = "google-chrome-stable";
|
# browser = "google-chrome-stable";
|
||||||
browser = "firefox";
|
browser = "firefox";
|
||||||
always_run_script = "true";
|
always_run_script = "true";
|
||||||
|
|
@ -59,18 +59,15 @@ in
|
||||||
mouse_right_click = "close_all";
|
mouse_right_click = "close_all";
|
||||||
};
|
};
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = strPalette.normal.black;
|
inherit (strPalette) background foreground;
|
||||||
foreground = strPalette.normal.white;
|
|
||||||
timeout = 10;
|
timeout = 10;
|
||||||
};
|
};
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = strPalette.normal.black;
|
inherit (strPalette) background foreground;
|
||||||
foreground = strPalette.normal.white;
|
|
||||||
timeout = 10;
|
timeout = 10;
|
||||||
};
|
};
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = strPalette.normal.black;
|
inherit (strPalette) background foreground;
|
||||||
foreground = strPalette.normal.white;
|
|
||||||
frame_color = strPalette.bright.red;
|
frame_color = strPalette.bright.red;
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue