https://github.com/csaratakij/nyanbacklight
Python script to change screen brightness in linux.
https://github.com/csaratakij/nyanbacklight
brightness cli intel linux python-script
Last synced: 12 months ago
JSON representation
Python script to change screen brightness in linux.
- Host: GitHub
- URL: https://github.com/csaratakij/nyanbacklight
- Owner: CSaratakij
- License: gpl-3.0
- Created: 2016-08-17T14:13:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T16:05:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T18:09:56.110Z (about 1 year ago)
- Topics: brightness, cli, intel, linux, python-script
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NyanBacklight
- Python script to change screen brightness in linux.
# Require
- Python3
# Getting Started
- Execute and enter percentage in a prompt or use 1st commandline argument to set the backlight immediately,
Example 'light 50'
# Note
- Tested with laptop that use intel card only. (intel hd graphics)
# Todo
- [x] change screen brightness.
- [ ] terminal gui.
- [ ] parse config to the actual program.
- [ ] support unix pipes.
- [ ] option to use xbacklight. (program will act like gui for xbacklight)
- [ ] man page.
# Current limit
- script has to execute by root with password prompt :(
- no gui within terminal yet.
# Resources
Thank you -> [Arch Wiki](https://wiki.archlinux.org/index.php/backlight) :)
# License
[GNU GENERAL PUBLIC LICENSE version 3](LICENSE)