slstatus

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

commit 23bf1245a7b5f427c3269d1d342230d31db579ec
parent 75657aef07e9d3cd96ce1ee7bdd8bc142d375185
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sat,  4 May 2024 01:05:31 -0400

config.def.h: remove trailing divider in datetime function format

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

diff --git a/config.def.h b/config.def.h @@ -73,6 +73,6 @@ static const struct arg args[] = { { 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"}, + { datetime, "%s", "%r"}, //{ kernel_release, "\uebc6 %s", }, };