From fd3a7cc487ad5dc36d99ccf46f9e3c6461687f99 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 21:48:56 +0200 Subject: chore: sync slstatus with upstream --- slstatus/config.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'slstatus/config.h') diff --git a/slstatus/config.h b/slstatus/config.h index c273999..b48aa4b 100644 --- a/slstatus/config.h +++ b/slstatus/config.h @@ -56,6 +56,7 @@ static const char unknown_str[] = "n/a"; * thermal zone on FreeBSD * (tz0, tz1, etc.) * uid UID of current user NULL + * up interface is running interface name (eth0) * uptime system uptime NULL * username username of current user NULL * vol_perc OSS/ALSA volume in percent mixer file (/dev/mixer) @@ -64,12 +65,9 @@ static const char unknown_str[] = "n/a"; * wifi_perc WiFi signal in percent interface name (wlan0) */ static const struct arg args[] = { - - /* function format argument interval (in ms) */ - - {datetime, "%s;", "%G. %B. %e. %a"}, - {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"}, - {keymap, "%s ", NULL}, - {datetime, "%s ", "%H:%M:%S"}, - + /* function format argument */ + {datetime, "%s;", "%G. %B. %e. %a"}, + {run_command, "%s%% ", "pulsemixer --get-volume | awk '{print $2 }'"}, + {keymap, "%s ", NULL}, + {datetime, "%s ", "%H:%M:%S"}, }; -- cgit v1.2.3