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;
|
||||
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue