it depends on how big you want your widgets to show up.
you can have 10 widgets from 192 pixels without margins or you can have 20 from 96 without margins.
if you want to have margins then you have to deduct that from your total.
I found a post of yours in another thread where you laid out the scaling calculations beautiful and I used those with great success. However, when I balloon the size of the text to say 150%, it encroaches upon the icons. Is there a way to adjust the positioning of the icons down a bit further? How about the +/- controls for lights? On my current setup they are tiny and almost unusable.
so you can set the top position, bottom position, height, etc.
in the docs you can read which style parts you can set.
as an example you can use:
icon_style_active: “top: 25%;” or
icon_style_inactive: “top: 40px;”
to change the size from the + and - you can use things like:
level_up_style: “font-size: 200%;height: 25%;top: 75%; bottom: None;”
level_down_style: “font-size: 25px”;height: 10%;"