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 = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
browser = "${pkgs.xdg-utils}/bin/xdg-open";
|
browser = "${pkgs.xdg-utils}/bin/xdg-open";
|
||||||
# corner_radius = 8;
|
corner_radius = 10;
|
||||||
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst:";
|
||||||
follow = "keyboard";
|
follow = "keyboard";
|
||||||
font = "${pkgs.rice.font.normal.name} 10";
|
font = "${pkgs.rice.font.normal.name} 10";
|
||||||
|
|
@ -26,7 +26,7 @@ in
|
||||||
height = 320;
|
height = 320;
|
||||||
mouse_middle_click = "context";
|
mouse_middle_click = "context";
|
||||||
notification_limit = 10;
|
notification_limit = 10;
|
||||||
offset = "7x28";
|
offset = "7x7";
|
||||||
separator_color = strPalette.normal.blue;
|
separator_color = strPalette.normal.blue;
|
||||||
transparency = 100 - nix-rice.float.round (pkgs.rice.opacity * 100);
|
transparency = 100 - nix-rice.float.round (pkgs.rice.opacity * 100);
|
||||||
width = "(0, 320)";
|
width = "(0, 320)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue