slstatus

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

commit 0cf2dc3e0fcd59c66128c60ece0758cf5d90f14c
parent 90157364a64bca91c0b101f1370c1b6d6dd1a555
Author: mrgrouse <bdmfegys@duck.com>
Date:   Sun, 12 May 2024 14:31:17 -0400

config.def.h: comment microphone check line, add volume.sh script integration with volume get line

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

diff --git a/config.def.h b/config.def.h @@ -71,8 +71,9 @@ 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|", "pamixer --get-volume"}, - { run_command, "%s% \uf130|", "getvolume get_mic_out_volume"}, + { run_command, "%s% \uf028|", "volume.sh get"}, + //{ run_command, "%s% \uf130|", "getvolume get_mic_out_volume"}, + { battery_perc, "%s% \uf240|", "BAT1" }, { datetime, "%s", "%r"}, //{ kernel_release, "\uebc6 %s", }, };