mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:43:55 -05:00
mako: increased allowed notification height and width
This commit is contained in:
parent
2573a46080
commit
d2bffae9fd
|
@ -9,8 +9,10 @@
|
||||||
borderRadius = 10;
|
borderRadius = 10;
|
||||||
defaultTimeout = 10000;
|
defaultTimeout = 10000;
|
||||||
font = "NotoSans Nerd Font Regular 10";
|
font = "NotoSans Nerd Font Regular 10";
|
||||||
|
height = 300;
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
padding = "15";
|
padding = "15";
|
||||||
textColor = "#FAFAFA";
|
textColor = "#FAFAFA";
|
||||||
|
width = 400;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue