aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 23:11:28 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 23:11:28 +0200
commit924e22f912e73cdb997b7e8215a243b525335059 (patch)
tree8467147945fa1e8dc026381dd0e87e1d76b44e8b
parent4a0592cc27f26da59e7fd5e5b4d7f78ea2f6767a (diff)
downloaddwmrc-924e22f912e73cdb997b7e8215a243b525335059.tar.gz
dwmrc-924e22f912e73cdb997b7e8215a243b525335059.zip
Comment the check of weather
-rwxr-xr-xdwmbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index 9fee434..1cf9a14 100755
--- a/dwmbar
+++ b/dwmbar
@@ -58,7 +58,7 @@ check_battery()
while true; do
battery_check
check_datetime
- check_weather
+# check_weather
# check_audio
xsetroot -name "$battery $weather $volume $datetime";
sleep 1;