jshackles / idle_master_py

The Python version of Idle Master
GNU General Public License v2.0
230 stars 71 forks source link

Linux: Replace GUI with notification bubbles #7

Open ghost opened 9 years ago

ghost commented 9 years ago

I was getting a little annoyed by the GUI window. It pops up every time that a game has finished idling, and steals my input focus, which can be frustrating. This PR replaces the window with a notification bubble, which makes more sense anyway, because there is nothing interactive about that window.

ghost commented 9 years ago

Notable change: steam-idle.py will now exit after showing the notification, rather than entering a GUI main loop. Card drops are still working for me just fine with this, though.

frostworx commented 9 years ago

great feature. works excellent. thank you very much, scrawl (also for your hard work on openmw :})!

barnaba commented 7 years ago

I'd like to see this merged.