Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created May 1, 2023 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckylittle/2b950e701c5030b3cac360cec52662fa to your computer and use it in GitHub Desktop.
Save luckylittle/2b950e701c5030b3cac360cec52662fa to your computer and use it in GitHub Desktop.
Change the brightness of your monitor programatically
#!/bin/zsh
# Turn the monitor brightness down to almost zero
dconf write /org/gnome/shell/extensions/soft-brightness/current-brightness 0.01
# Turn the monitor brightness up to usable value
dconf write /org/gnome/shell/extensions/soft-brightness/current-brightness 0.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment