This commit is contained in:
committer
2024-05-26 19:04:25 -05:00
parent c95e948623
commit 0d7df35408

View File

@@ -109,7 +109,7 @@ rshift() {
fi
echo "setting temperature to ${temperature}K"
touch '${temperature}' > ${temperature_file}
echo '${temperature}' > ${temperature_file}
redshift -P -O ${temperature}
}