typo in bin/brightness

This commit is contained in:
Eric Teunis de Boone 2017-04-02 08:01:47 +02:00
parent e53f66ce01
commit fa14ce130a
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
#!/bin/bash
disps=$(xrandr -q | grep " connected")
if [ "$1" = '-h' ];
then
echo $0 '[-h] [displaycode,[ brightness]]'
exit
fi
if [ ! -z $2 ];
then
disp=$1