pinosaur
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
zsh and rc file abstract
[dotfiles.git]
/
Scripts
/
mod_brightness
1
#!/bin/sh
2
3
bright="$(xrandr --verbose | grep Brightness)" &&\
4
xrandr --output LVDS1 --brightness "$(echo ${bright#* } ${1} | awk '{print $1 + $2}')"