feat: remove unused set-ddc-light
This commit is contained in:
parent
0ab8ee4110
commit
70f5d2993c
@ -1,13 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
command -v sudo > /dev/null && exec SUDO='sudo'
|
|
||||||
command -v doas > /dev/null && exec SUDO='doas'
|
|
||||||
|
|
||||||
CUR_LIGHT="$(set-light "$@")"
|
|
||||||
|
|
||||||
SCREENS="$($SUDO ddcutil detect | awk '$1 == "Display" {print $2}')"
|
|
||||||
|
|
||||||
for i in $SCREENS; do
|
|
||||||
$SUDO ddcutil -d "$i" setvcp 10 "$CUR_LIGHT"
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user