mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +01:00
typo in bin/brightness
This commit is contained in:
parent
e53f66ce01
commit
fa14ce130a
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
disps=$(xrandr -q | grep " connected")
|
disps=$(xrandr -q | grep " connected")
|
||||||
|
|
||||||
|
if [ "$1" = '-h' ];
|
||||||
|
then
|
||||||
|
echo $0 '[-h] [displaycode,[ brightness]]'
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -z $2 ];
|
if [ ! -z $2 ];
|
||||||
then
|
then
|
||||||
disp=$1
|
disp=$1
|
||||||
|
|
Loading…
Reference in a new issue