u
This commit is contained in:
@@ -95,9 +95,7 @@ rshift() {
|
||||
redshift -x
|
||||
elif [ ${cmd} == "morning" ] ; then
|
||||
temperature=4500
|
||||
elif
|
||||
[ ${cmd} == "day" ] ||
|
||||
[ ${cmd} == "normal" ] ; then
|
||||
elif [ ${cmd} == "day" ] ; then
|
||||
temperature=6500
|
||||
elif [ ${cmd} == "evening" ] ; then
|
||||
temperature=3500
|
||||
|
||||
Reference in New Issue
Block a user