u
This commit is contained in:
@@ -90,15 +90,13 @@ rshift() {
|
|||||||
# echo "${temperature}K"
|
# echo "${temperature}K"
|
||||||
elif
|
elif
|
||||||
[ ${cmd} == "disable" ] ||
|
[ ${cmd} == "disable" ] ||
|
||||||
[ ${cmd} == "off" ]
|
[ ${cmd} == "off" ] ; then
|
||||||
; then
|
|
||||||
redshift -x
|
redshift -x
|
||||||
elif [ ${cmd} == "morning" ] ; then
|
elif [ ${cmd} == "morning" ] ; then
|
||||||
temperature=4500
|
temperature=4500
|
||||||
elif
|
elif
|
||||||
[ ${cmd} == "day" ] ||
|
[ ${cmd} == "day" ] ||
|
||||||
[ ${cmd} == "normal" ] ||
|
[ ${cmd} == "normal" ] ; then
|
||||||
; then
|
|
||||||
temperature=6500
|
temperature=6500
|
||||||
elif [ ${cmd} == "evening" ] ; then
|
elif [ ${cmd} == "evening" ] ; then
|
||||||
temperature=3500
|
temperature=3500
|
||||||
|
|||||||
Reference in New Issue
Block a user