diff --git a/blocks.def/volume.sh b/blocks.def/volume.sh
index c47307b..aa15f4b 100755
--- a/blocks.def/volume.sh
+++ b/blocks.def/volume.sh
@@ -7,7 +7,8 @@ ICONmute="🔇"
 ICONspeakermute="🔕"
 ICONspeaker="🔔"
 
-SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1
+#SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1
+SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo
 SINKANALOG=alsa_output.pci-0000_00_1b.0.analog-stereo
 
 checkDefaultSink() {
diff --git a/blocks.def/volume_button.sh b/blocks.def/volume_button.sh
index 94978c1..7a80b4a 100755
--- a/blocks.def/volume_button.sh
+++ b/blocks.def/volume_button.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1
+#SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1
+SINKHDMI=alsa_output.pci-0000_01_00.1.hdmi-stereo
 SINKANALOG=alsa_output.pci-0000_00_1b.0.analog-stereo
 
 checkDefaultSink() {
diff --git a/config.def.h b/config.def.h
index c8dc45a..2bd647f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -45,7 +45,7 @@ static const char delimiter[] = { ' ', '|', ' ', DELIMITERENDCHAR };
 static Block blocks[] = {
 /*      pathu                           pathc                           interval        signal */
         { PATH("time.sh"),		PATH("time_button.sh"),		1,		1},
-        { PATH("weather.sh"),		PATH("weather_button.sh"),  	900,		5},
+        //{ PATH("weather.sh"),		PATH("weather_button.sh"),  	900,		5},
         { PATH("volume.sh"),            PATH("volume_button.sh"),	0,		2},
         { PATH("mail.sh"),		PATH("mail_button.sh"),		0,		3},
         { PATH("cpu_temp.sh"),          PATH("cpu_temp_button.sh"),	15,		4},