slstatus

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

commit 75657aef07e9d3cd96ce1ee7bdd8bc142d375185
parent 0a0a6a32b4dcfbef41d3c0ac09b5c9bd58c58172
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sat,  4 May 2024 01:04:25 -0400

config.def.h: comment netspeed and kernel release arguments, shorten output of ram and cpu function formats

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

diff --git a/config.def.h b/config.def.h @@ -66,13 +66,13 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { ram_used, "RAM \uefc5 %s|", NULL }, - { cpu_perc, "CPU \uf4bc %s%%|", NULL }, - { disk_free, "\uf0a0 %s free|", "/" }, - { netspeed_rx, "\uf1eb %s|", "wlan0"}, + { ram_used, "\uefc5 %s|", NULL }, + { cpu_perc, "\uf4bc %s%%|", NULL }, + { 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"}, { datetime, "%s|", "%r"}, - { kernel_release, "\uebc6 %s", }, + //{ kernel_release, "\uebc6 %s", }, };