aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 23:10:40 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 23:10:40 +0200
commit4a0592cc27f26da59e7fd5e5b4d7f78ea2f6767a (patch)
tree41b491a0d07f8a0bcca441ef26ab93cfbaa7130c
parent6a3a204a5f347983f15db3d4a6e8519d7df81d3e (diff)
downloaddwmrc-4a0592cc27f26da59e7fd5e5b4d7f78ea2f6767a.tar.gz
dwmrc-4a0592cc27f26da59e7fd5e5b4d7f78ea2f6767a.zip
Comment the check of audio
On FreeBSD, audio is not working anymore.
-rwxr-xr-xdwmbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index bb872fc..9fee434 100755
--- a/dwmbar
+++ b/dwmbar
@@ -59,7 +59,7 @@ while true; do
battery_check
check_datetime
check_weather
- check_audio
+# check_audio
xsetroot -name "$battery $weather $volume $datetime";
sleep 1;
done