Skip to content

Instantly share code, notes, and snippets.

@MasWag
Created November 6, 2015 04:24
Show Gist options
  • Save MasWag/80d6558e168662aebc5d to your computer and use it in GitHub Desktop.
Save MasWag/80d6558e168662aebc5d to your computer and use it in GitHub Desktop.
script to change blightness with fixed ratio
#!/bin/bash
# -*- sh -*-
xbacklight = $(echo $(xbacklight) $1 $2 | bc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment