From 88240ba0544fcdf2338640cb670c0590e6026789 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:19 +0300 Subject: [PATCH] Skip weather updates --- .local/bin/print-status | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.local/bin/print-status b/.local/bin/print-status index bc818d5..d760aaa 100755 --- a/.local/bin/print-status +++ b/.local/bin/print-status @@ -36,11 +36,4 @@ case "${battery_state}" in ;; esac -weather_file="/tmp/weather-report.txt" -if [ -f ${weather_file} ]; then - weather=$(cat ${weather_file}) -else - weather="" -fi - -echo ${weather} 📆${today} ⏲${now} ${audio_symbol}${audio_volume}% ${battery_symbol}${battery}% +echo 📆${today} ⏲${now} ${audio_symbol}${audio_volume}% ${battery_symbol}${battery}%