birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e4ac26840d0949ec3c6f54eca204b7568b113f66
parent 783e0f9b645133f4ebd9b66f9de13632760b2c82
Author: grouse <bdmfegys@duck.com>
Date:   Sun,  4 Feb 2024 22:39:23 -0500

update config.def.h volume arguments for new script, along with new microphone output volume section

Diffstat:
Mslstatus/config.def.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slstatus/config.def.h b/slstatus/config.def.h @@ -71,7 +71,8 @@ static const struct arg args[] = { { disk_free, " %s free|", "/" }, { netspeed_rx, " %s|", "wlan0"}, { temp, "%s C°|", "/sys/class/thermal/thermal_zone0/temp" }, - { run_command, "%s%  |", "getvolume"}, + { run_command, "%s%  |", "getvolume get_volume"}, + { run_command, "%s%  |", "getvolume get_mic_out_volume"}, { datetime, "%s|", "%r"}, { kernel_release, "%s", }, // { kanji, "| %s |", },