GuLinux / ScreenRotator

Automatic screen rotation daemon for X11
GNU General Public License v3.0
58 stars 18 forks source link

add option to hide the tray icon #19

Closed d4v3y0rk closed 3 years ago

d4v3y0rk commented 4 years ago

this adds the ability to hide the tray icon using SR_TRAY=1 as an environment variable addresses #16

ec1oud commented 4 years ago

I'd recommend introducing QCommandLineParser so that it can have options for stuff like this, rather than an env var. I'd also make the tray icon option off by default, as long as it's not any more useful than it is currently.