feat: move ~/bin to ~/.local/bin
This commit is contained in:
parent
a65adc368b
commit
b3b3435a9e
14 changed files with 7 additions and 7 deletions
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue