araten10 / EdgewarePlusPlus

Expansion to PetitTournesol's fetishware "Edgeware", adding more features and config options.
MIT License
57 stars 19 forks source link

Foreground the popup size variables #95

Open kroeng opened 1 month ago

kroeng commented 1 month ago

Recently I edited the target_size formula in popup.py to make the popups take up as much more screen real estate. Specifically I set the randint function at the beginning of the line to (80, 100), so now popups take up at least 80 percent of screen real estate on the short axis up to 100%. I've found the whole experience much more fun since then. This probably isn't a high-priority enhancement, but I feel like more people should know this is doable.

(I would mark this as an enhancement suggestion, but I'm still learning how to use github!)