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