Change delimiters and update volume sink
This commit is contained in:
parent
2eb218aa4a
commit
126626897b
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue