Mark2Mark / script-deck-plugin

4 stars 0 forks source link

Feature: optional smaller size of the deck #3

Open RafalBuchner opened 10 months ago

RafalBuchner commented 10 months ago

Hey @Mark2Mark , awesome tool! I may have a small suggestion:

Sometimes, I'm working on my laptop. When I'm using Script Deck, it takes a lot of my screen-spcace. I know it sounds a bit dumb, but when the Deck totally covers the character I'm working on, I tend to forget why the hell I even opened it :). I thought adding an option to make the whole deck smaller would be a good idea. Anyways: I love the tool

Mark2Mark commented 10 months ago

Thank you for your feedback. Glad you like it!

Yes, I was about to make that customizable. First step will likely be a user defaults hidden flag. That way it is a quick implementation and I can see how many users need it (in order to add it to the UI). I think I can squeeze that in tomorrow.

florianpircher commented 10 months ago

You might also want to add an option to make the window semi-transparent (e.g. window.alphaValue = 0.7) so that the user still has the context of the window behind the deck while operating it.

Mark2Mark commented 10 months ago

Not so sure about that. I spent a great deal of time to make the buttons legible. Usually I wouldn’t have the window open for long in daily use. But perhaps others use it differently. I can also add a hidden flag for that, it surely doesn’t add much maintanance overhead.