From f8e2c21e3006cee4aef9456cedab10b3f8f83ad6 Mon Sep 17 00:00:00 2001 From: marcellus Date: Sat, 10 Jun 2023 08:50:02 +0200 Subject: fix: kinda fixed the sxhkdrc to make the brightness work, requires you to export a BRIGHTNESS environment variable. But still, it doesn't really work --- scripts/setbrightness | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 scripts/setbrightness (limited to 'scripts') diff --git a/scripts/setbrightness b/scripts/setbrightness new file mode 100755 index 0000000..df53b6d --- /dev/null +++ b/scripts/setbrightness @@ -0,0 +1,10 @@ +# ███╗ ███╗ +# author: marcellus ████╗ ████║ +# ██╔████╔██║ +# created: Thu, 08 Jun 2023 21:44:29 +0200 ██║╚██╔╝██║ +# updated: Thu, 08 Jun 2023 23:48:49 +0200 =## . :#%*=:. +# ╚═╝ ╚═╝ + +#!/bin/sh + +xrandr --output eDP-1 --brightness $1 -- cgit v1.2.3