Skip to content

The Py3status module to use `brightnessctl`, to control screen brightness.

License

Notifications You must be signed in to change notification settings

golden0080/py3status-brightness-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py3status-brightness-status

The Py3status module to use brightnessctl, to control screen brightness.

Install py3status-brightness-status

Using PyPi

TODO: publish this as a PyPi package

Locally install under py3status

Usually the local py3status modules could be installed under ~/.config/i3/py3status/ or paths mentioned in py3status doc

  • To install: copy or symbol link /py3status-brightness-status/brightness_status.py to those locations.

Configuration

  1. Change your py3status config to have the additional line to load brightness-status
order += "brightness-status"
  1. (Optional) Provide detailed configuration to brightness-status, for example
brightness-status {
  color_dark = '#00FFFF'
  color_bright = '#FFFF00'

  below_min_brightness = True

  button_up = 4
  button_down = 5

  cache_timeout = 300
}

About

The Py3status module to use `brightnessctl`, to control screen brightness.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages