Increase dunst notification size
This commit is contained in:
parent
c3396e514d
commit
ff05696b7b
1 changed files with 3 additions and 1 deletions
4
ui.nix
4
ui.nix
|
|
@ -169,7 +169,9 @@ in
|
||||||
services.dunst.enable = true;
|
services.dunst.enable = true;
|
||||||
services.dunst.settings = {
|
services.dunst.settings = {
|
||||||
global = {
|
global = {
|
||||||
geometry = "750x5-20+20";
|
width = "(0, 1000)";
|
||||||
|
height = "(0, 1000)";
|
||||||
|
offset = "(20,20)";
|
||||||
horizontal_padding = 8;
|
horizontal_padding = 8;
|
||||||
indicate_hidden = true;
|
indicate_hidden = true;
|
||||||
shrink = true;
|
shrink = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue