Add keyboard shortcuts for Elgato key lights

- create Gnome keyboard shortcuts to manage the Elgato key lights:
  + toggle
  + increase and decrease brightness
- we use Python scripts in ~/.config/gnome-settings/elgato
  based on the "leglight" PIP package
  (Source: https://gitlab.com/obviate.io/pyleglight)
This commit is contained in:
Alexander Hess 2022-08-10 13:06:52 +02:00
commit 337bebbb0c
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
6 changed files with 67 additions and 2 deletions

View file

@ -210,7 +210,7 @@ _py2_version='2.7.18'
_py3_site_packages=('black' 'pipenv' 'poetry')
# The pyenv virtualenv "utils" contains some globally available tools (e.g., mackup)
_py3_utils=('mackup' 'youtube-dl')
_py3_utils=('leglight' 'mackup' 'youtube-dl')
# Important: this REMOVES the old ~/.pyenv installation
_install_pyenv() {