efck icon indicating copy to clipboard operation
efck copied to clipboard

Darkmode?

Open Bryntet opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. I don't like my eyes hurting

Describe the solution you'd like I would like a dark mode

Additional context Thank you very much <3

Bryntet avatar Dec 19 '22 13:12 Bryntet

Thanks for your message.

I thought dark mode was already available and builtin into Qt as it was working out-of-the-box on macOS, but apparently not the case on Windows and Linux.

On Linux, it's a bit fiddly for the time being, but on Windows, passing CLI argument -platform windows:darkmode=2 (you can amend your shortcut) is supposed to work, albeit experimentally: Screenshot_2022-12-20_12-07-57 We should, probably, include that extra argument in PyInstaller Windows build or, if passing extra args that way is not possible, we might fix sys.args on app init: https://github.com/efck-chat-keyboard/efck/blob/4caac2d4ed0aa18ba22fdacb8787f0808825077f/efck/init.py#L12-L13

kernc avatar Dec 21 '22 03:12 kernc