jml / undistract-me

Notifies you when long-running terminal commands complete
Other
539 stars 48 forks source link

Made notify icon a terminal #25

Closed KennyStier closed 10 years ago

KennyStier commented 10 years ago

The notify icon ought to be relevant instead of a cheap notification icon.

mikey commented 10 years ago

If you want to do this, change the line a few above which reads: local icon=dialog-information then if there is an error, you'll still get the errror icon

KennyStier commented 10 years ago

If you have an error though, an error icon is fine because it gets you attention. But a generic info icon could be anything.

mikey commented 10 years ago

Yeah, but your patch will break the error case. Error icon won't work any more.