commit cf2f6ceae8df4b01d67de2a0056e437432b8dc44
parent b9c6192b5dabcd5eb3a97c113b048029365d60dc
Author: mrgrouse <bdmfegys@duck.com>
Date: Tue, 17 Sep 2024 21:59:29 -0400
config.def.h: comment battery capacity entry by default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -73,7 +73,7 @@ static const struct arg args[] = {
{ temp, "%s C°\uef2b|", "/sys/class/thermal/thermal_zone0/temp" },
{ run_command, "%s% \uf028|", "wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{ print $2 }'"},
{ run_command, "%s% \uf130|", "wpctl get-volume @DEFAULT_AUDIO_SOURCE@ | awk '{ print $2 }'"},
- { battery_perc, "%s% \uf240|", "BAT1" },
+ //{ battery_perc, "%s% \uf240|", "BAT1" },
{ datetime, "%s", "%r"},
//{ kernel_release, "\uebc6 %s", },
};