diff --git a/dwm_status b/dwm_status index e085ddb..9682a3d 100755 --- a/dwm_status +++ b/dwm_status @@ -137,6 +137,6 @@ esac while true do #xsetroot -name "$(print_torrent)$(print_temp) | $(usageData) | $(testweather) | $(print_wifi) | $(batLevel) | $(print_volume) | $(print_date)" - xsetroot -name "$(print_wifi) | $(batLevel) | $(print_volume) | $(print_date)" + xsetroot -name "$(print_temp) | $(usageData) | $(print_wifi) | $(batLevel) | $(print_volume) | $(print_date)" sleep 2 done