Skip to content

Instantly share code, notes, and snippets.

@tarikwaleed
Created September 16, 2022 18:32
Show Gist options
  • Save tarikwaleed/b62971eff6a6a10c862aba1834fa0bf9 to your computer and use it in GitHub Desktop.
Save tarikwaleed/b62971eff6a6a10c862aba1834fa0bf9 to your computer and use it in GitHub Desktop.
Simple fish function to control the laptop britghtness from the command line (tested on Ubuntu)
function dim --argument value
echo $value | sudo tee /sys/class/backlight/intel_backlight/brightness
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment