Dunst: update margins
This commit is contained in:
parent
ee9cceebcf
commit
20028a407d
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
settings = {
|
||||
global = {
|
||||
browser = "${pkgs.xdg-utils}/bin/xdg-open";
|
||||
# corner_radius = 8;
|
||||
corner_radius = 10;
|
||||
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
||||
follow = "keyboard";
|
||||
font = "${pkgs.rice.font.normal.name} 10";
|
||||
|
|
@ -26,7 +26,7 @@ in
|
|||
height = 320;
|
||||
mouse_middle_click = "context";
|
||||
notification_limit = 10;
|
||||
offset = "7x28";
|
||||
offset = "7x7";
|
||||
separator_color = strPalette.normal.blue;
|
||||
transparency = 100 - nix-rice.float.round (pkgs.rice.opacity * 100);
|
||||
width = "(0, 320)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue