Shrink notification max height

256px is a bit too tall...
This commit is contained in:
Trysdyn Black 2024-12-23 14:19:35 -08:00
parent dcca75faeb
commit 672b5343b6

View file

@ -2,7 +2,7 @@
font = "Sans 12"
origin = top-left
width = 600
height = (0, 256)
height = (0, 128)
offset = 0x0
padding = 1
horizontal_padding = 1
@ -93,4 +93,4 @@ separator_color = "#f0f0f0"
[Doorbell]
appname = "doorbell"
max_icon_size = 256
max_icon_size = 128