Improved dunst configuration
This commit is contained in:
parent
c7bdca1246
commit
20d733e16a
1 changed files with 11 additions and 9 deletions
|
|
@ -12,18 +12,20 @@ in
|
|||
};
|
||||
settings = {
|
||||
global = {
|
||||
width = "(0, 320)";
|
||||
height = 320;
|
||||
notification_limit = 10;
|
||||
transparency = 100 - float.round (pkgs.rice.opacity * 100);
|
||||
frame_width = 1;
|
||||
frame_color = strPalette.normal.blue;
|
||||
separator_color = strPalette.normal.blue;
|
||||
font = "${pkgs.rice.font.normal.name} 10";
|
||||
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
||||
browser = "${pkgs.xdg-utils}/bin/xdg-open";
|
||||
# corner_radius = 8;
|
||||
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
||||
follow = "keyboard";
|
||||
font = "${pkgs.rice.font.normal.name} 10";
|
||||
frame_color = strPalette.normal.blue;
|
||||
frame_width = 1;
|
||||
height = 320;
|
||||
mouse_middle_click = "context";
|
||||
notification_limit = 10;
|
||||
offset = "7x28";
|
||||
separator_color = strPalette.normal.blue;
|
||||
transparency = 100 - float.round (pkgs.rice.opacity * 100);
|
||||
width = "(0, 320)";
|
||||
};
|
||||
urgency_low = {
|
||||
inherit (strPalette) background foreground;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue