Skip to main content

A simple UI to change screen backlight for ubuntu

Project description

brightnessUI

Introduction

A simple UI to change screen backlight (brightness) for Ubuntu20.

Purpose: An alternative for those computers with system brightness slider not working. This UI changes the backlight by modifying /sys/class/backlight/xxx/brightness directly, where xxx differs according to your computer.

img

Install

  • Method1 (From source)

git clone https://gitee.com/shu-peixuan/brightnessUI.git
cd brightnessUI/
./install.sh
  • Method2 (From PyPI)

May NOT be updated:

pip3 install brightnessUI # from PyPI
brightness-ui-install # install desktop and application menu shortcuts

To uninstall:

pip3 uninstall brightnessUI
rm ~/Desktop/brightness-ui.desktop
sudo rm /usr/share/applications/brightness-ui.desktop

Usage

brightness-ui

Or click the desktop icon on the Desktop or Application Menu.

It is needed to allow launching for the desktop icon.

img

It is recommended to add the ui in the application menu to favorites.

img

Develop

Upload on PyPI:

sudo apt install twine -y
python3 setup.py sdist bdist_wheel
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brightnessUI-1.2.tar.gz (295.0 kB view hashes)

Uploaded Source

Built Distribution

brightnessUI-1.2-py3-none-any.whl (32.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page