Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/sugar-backlight-helper
https://github.com/tchx84/sugar-backlight-helper
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tchx84/sugar-backlight-helper
- Owner: tchx84
- Created: 2015-05-05T21:02:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T14:25:19.000Z (over 9 years ago)
- Last Synced: 2024-10-15T23:35:15.983Z (3 months ago)
- Language: Python
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sugar-backlight-helper
======================To install (promise proper install ASAP)
##########```
$ git clone https://github.com/tchx84/sugar-backlight-helper.git
$ cd sugar-backlight-helper/
$ sudo mkdir -p /usr/libexec
$ sudo cp sugar-backlight-helper /usr/libexec/
$ sudo chmod +x /usr/libexec/sugar-backlight-helper
$ sudo cp org.sugar.brightness.policy /usr/share/polkit-1/actions/
```To Use
#######```
$ /usr/libexec/sugar-backlight-helper --get-brightness
$ /usr/libexec/sugar-backlight-helper --get-max-brightness
$ pkexec /usr/libexec/sugar-backlight-helper --set-brightness INT
```