From 126626897b7c3542e76f62e040b941dae44872c2 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 25 Oct 2021 13:27:07 -0300 Subject: [PATCH] Change delimiters and update volume sink --- blocks.def/volume.sh | 3 ++- blocks.def/volume_button.sh | 3 ++- config.def.h | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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},