Skip to content

Commit

Permalink
cpu module fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaocccc committed Mar 28, 2023
1 parent 522c25b commit 153d63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEF/statusbar/packages/cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with_temp() {
[ ! "$(command -v sensors)" ] && echo command not found: sensors && return

temp_text=$(sensors | grep Tctl | awk '{printf "%d°C", $2}')
text="$cpu_text $temp_text "
text=" $cpu_text $temp_text "
}

update() {
Expand Down

0 comments on commit 153d63b

Please sign in to comment.