Futura-Py / TimerX

A fluent Timer App, made completely in Python
https://timerx-app.netlify.app
MIT License
37 stars 5 forks source link

feat: Re-add System Theme #70

Closed sumeshir26 closed 2 years ago

netlify[bot] commented 2 years ago

✔️ Deploy Preview for timerx-app canceled.

🔨 Explore the source changes: 3f65dc8057c8a9b17b28514b0d2973c6522c8fac

🔍 Inspect the deploy log: https://app.netlify.com/sites/timerx-app/deploys/61f2293ad1a3010007f80354

im-coder-lg commented 2 years ago

This seems to work. System theming is back. But GitHub's Dark mode is screwed up, it will never be back for me lol. Just a joke. Anything else to add?

sumeshir26 commented 2 years ago

@im-coder-lg Now its ready. Test it after pulling

not-nef commented 2 years ago

Did you compile and test it @sumeshir26 ? I cant get to my pc atm.

sumeshir26 commented 2 years ago

Yes, if darkdetect fails to work, it will automaticallay fallback to light

not-nef commented 2 years ago

Whats with the blur? Does it work?

sumeshir26 commented 2 years ago

Well, darkdetect does not work after compile at all. It just falls back to Light

sumeshir26 commented 2 years ago

Blur works 100%!

im-coder-lg commented 2 years ago

It seems to work. Also, does anyone have a solution to my command prompt getting the blur? It looks damn cool btw. Just like TImerX but it's CMD.

not-nef commented 2 years ago

Thats because the BlurWindow module blurs the window with the corresponding hwnd and the command prompt has the same hwnd as the tkinter window that you launch with it.