summaryrefslogtreecommitdiff
path: root/brightness
diff options
context:
space:
mode:
Diffstat (limited to 'brightness')
-rwxr-xr-xbrightness5
1 files changed, 5 insertions, 0 deletions
diff --git a/brightness b/brightness
new file mode 100755
index 0000000..8835859
--- /dev/null
+++ b/brightness
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+monitor="eDP-1"
+
+xrandr --output $monitor --brightness "$1"