This commit is contained in:
committer
2024-05-26 18:59:29 -05:00
parent e8a6f4f0bc
commit df2ceecbaa

View File

@@ -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