diff options
Diffstat (limited to 'scripts/change-light')
-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 |