slstatus

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

commit 7feeef9a85c360d35091692eff0057e99fb778a7
parent 0cf2dc3e0fcd59c66128c60ece0758cf5d90f14c
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun, 12 May 2024 14:35:57 -0400

config.def.h: uncomment microphone line, use wpctl on both audio input and output modules

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -71,8 +71,8 @@ static const struct arg args[] = { { disk_free, "\uf0a0 %s|", "/" }, //{ netspeed_rx, "\uf1eb %s|", "wlan0"}, { temp, "%s C°\uef2b|", "/sys/class/thermal/thermal_zone0/temp" }, - { run_command, "%s% \uf028|", "volume.sh get"}, - //{ run_command, "%s% \uf130|", "getvolume get_mic_out_volume"}, + { run_command, "%s% \uf028|", "wpctl get-volume @DEFAULT_AUDIO_SINK@"}, + { run_command, "%s% \uf130|", "wpctl get-volume @DEFAULT_AUDIO_SOURCE@"}, { battery_perc, "%s% \uf240|", "BAT1" }, { datetime, "%s", "%r"}, //{ kernel_release, "\uebc6 %s", },