mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 14:43:32 +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
|
||||
disps=$(xrandr -q | grep " connected")
|
||||
|
||||
if [ "$1" = '-h' ];
|
||||
then
|
||||
echo $0 '[-h] [displaycode,[ brightness]]'
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ ! -z $2 ];
|
||||
then
|
||||
disp=$1
|
||||
|
|
Loading…
Reference in a new issue