slstatus

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

commit b585793aa0b075fd4d8facba67aa5595d592b712
parent abe15b7ceb9ba1cdf2f42b02a80d76857002ec4c
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Fri,  3 May 2024 23:52:41 -0400

config.def.h: simplify volume module to use pamixer instead of getvolume script

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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