Skip to content

Commit

Permalink
started project
Browse files Browse the repository at this point in the history
  • Loading branch information
astraldev authored Aug 7, 2021
0 parents commit 6feca68
Show file tree
Hide file tree
Showing 12 changed files with 1,722 additions and 0 deletions.
339 changes: 339 additions & 0 deletions COPYING

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
## Brightness Adjuster
*A GTK based brightness adjuster 1.0.0*
![Icon](icons/64x64/brightness-adjuster)
## Description
-----------
Brightness Adjuster is a gtk based brightness ajuster made for linux based distros. It is a subtitute for Brightness Controller made using Qt. It features
* Red, green and blue sliders for adjusting the screen colors.
* A notebook based UI for switching between screens.
* A normal white brightness slider.
* Light weight
* Instant changes
* Auto screen updates (Customizable)

## Install
-------
Install using pip
```
pip install brightness-adjuster
```
Install from source
```
$ git clone https://github.com/astraldev/Brightness-Adjuster
$ cd Brightness-Adjuster
$ pip install .
```
_Coming soon to snapstore_

## Requirements
---------------
This tool requires
- Python3 and above
`$ sudo apt install dev-python`
- PyGObect `pip3 install pygobject`
- Configparser `pip3 install configparser`
- xrandr

## Draw backs
-------------
1. This tool does not work on Wayland
2. Must not be installed globally. It must have this path format `{$HOME}/.local`
3. If not correctly installed, file links may be broken

## License
---------
This tool is shipped with the GNU Lesser public license GPL. Also see [COPYING](COPYING)

## Changelog
------------
v1.0.0
- App created
Loading

0 comments on commit 6feca68

Please sign in to comment.