diff --git a/tmux-cpu b/tmux-cpu index e4d81e0..345db22 100755 --- a/tmux-cpu +++ b/tmux-cpu @@ -2,7 +2,7 @@ # cpu temperature, there's probably a cleaner, more universal way to do this # at least I hope so -if [ "$HOSTNAME" == "Yogix" ]; then +if [ "$HOSTNAME" == "yogix" ]; then tempc="$(acpi -t | colrm 1 15 | colrm 5)" echo -n " ${tempc}°C " elif [ "$HOSTNAME" == "leander" ]; then