-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cli argument to allow start app minimized #137
base: master
Are you sure you want to change the base?
Conversation
Conflicts: README.md
…n in `CHANGELOG.md`
It was really important because if someone does not link .desktop with icon then the icon would not work.
There was a mistake in installation instructions
… messing up execution of program.
1. Reformatted all links and images to be in Markdown. 2. Fixed instructions to be more user-friendly.
README fix
Add link to binary packages in README.md
Rephrased description, modified formatting, removed contributors from README.md, will be inserted in future About window.
Also fixes about dialog.
Contains import fix, from os import system, about fix.
Installation instructions updated.
Included description for available download options.
Align text prettily
-> now can save settings -> now can load settings as well! -> small fix in UI
Following the instructions of GPL -> each source file now contains copy right notice -> separate license file -> separate GPL license file
It was updated to 1.2.3
* Creation of default file location in ~/.config * Save temperature along with brightness settings * Preparation for minimize to system tray
Edited contributors and version number
Feature: Close to systemtray - verify quit
Create CODE_OF_CONDUCT.md
…anges Tray improvements and fixes, QTSingleApplication impl.
Update version no. to 2.2
Useful when run Brightness app at system startup or on schedule.
Hey, thank you for the pull request. Right now we are investing our efforts for the next version of Brightness Controller. 😁 |
Ok. It's a good idea to give the user the ability to minimally manage the application through the CLI. Minimized launch is the necessary minimum so that I can use the application at all. Because I add it to autoload and don't want to see the window every time) |
These are really great suggestions :) Noted. |
Useful when run Brightness app at system startup or on schedule.