diff options
author | self <self@sateoki.xyz> | 2022-04-24 12:15:31 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-04-24 12:15:31 +0100 |
commit | 23925a2a60a2c071d55484861fb326cb53762727 (patch) | |
tree | 99a14fa088535fc0b169230d90b985d75880a4d9 | |
parent | 34f392a9fc7c9a08ea92131a3ee78159000f6d58 (diff) |
Script to change brightness
-rwxr-xr-x | scripts/change-light | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/change-light b/scripts/change-light new file mode 100755 index 0000000..4658349 --- /dev/null +++ b/scripts/change-light @@ -0,0 +1,4 @@ +#!/bin/sh + +xbacklight -$1 $2 +pkill -RTMIN+2 dwmblocks |