Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated tmux-cpu for yogix
  • Loading branch information
VectorCell committed Nov 28, 2020
1 parent 79d4cae commit e12c938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux-cpu
Expand Up @@ -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
Expand Down

0 comments on commit e12c938

Please sign in to comment.