Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Asus Zenbook Brightness Change Script (Decrease Brightness)
sxiii
Jan 10th, 2015
175
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
current
=$
(
xbacklight
|
awk
-F
"."
'{ print $1 }'
)
echo
$current
if
[
"
$current
"
-gt
"1"
]
;
then
xbacklight
-dec
10
fi
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $900 INSTANTLY S
JavaScript | 36 sec ago | 0.08 KB
Make 1500$ in 20 MIN [Method] O
JavaScript | 1 min ago | 0.08 KB
MAKE $900 INSTANTLY 9
JavaScript | 2 min ago | 0.08 KB
Make $200 in 15 minutes P
JavaScript | 2 min ago | 0.08 KB
✅ MAKE $12OO IN 10 MIN M
JavaScript | 2 min ago | 0.08 KB
MAKE $900 INSTANTLY S
JavaScript | 3 min ago | 0.08 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 3 min ago | 0.08 KB
Make $200 in 15 minutes 8
JavaScript | 4 min ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!