Upload scripts
This commit is contained in:
parent
6e5095f3cf
commit
a54da6dbbe
15 changed files with 70 additions and 37 deletions
|
|
@ -14,9 +14,11 @@ case $1 in
|
|||
min)
|
||||
brightnessctl -d intel_backlight set 1;;
|
||||
red)
|
||||
redshift -O 3000k;;
|
||||
redshift -O 3000k
|
||||
export REDSHIFT_ENABLED="true";;
|
||||
white)
|
||||
redshift -x;;
|
||||
redshift -x
|
||||
export REDSHIFT_ENABLED="false";;
|
||||
esac
|
||||
|
||||
kill -47 $(pidof dwmblocks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue