Increase dunst notification size

This commit is contained in:
ant 2025-02-27 15:12:02 +01:00
parent c3396e514d
commit ff05696b7b

4
ui.nix
View file

@ -169,7 +169,9 @@ in
services.dunst.enable = true;
services.dunst.settings = {
global = {
geometry = "750x5-20+20";
width = "(0, 1000)";
height = "(0, 1000)";
offset = "(20,20)";
horizontal_padding = 8;
indicate_hidden = true;
shrink = true;