summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorplanet36 <planet36@users.noreply.github.com>2021-04-02 14:11:00 -0400
committerdrkhsh <me@drkhsh.at>2022-12-19 02:44:21 +0100
commitd77f216faea5566ba8ebdbf1456c5e6806d2eeb5 (patch)
treecf8b34ae74a1aea7d1a005ca884dc12cc01fbc90 /config.def.h
parent40f13be551f0e1a0eaee07dcb64b3b6ab3a68dd9 (diff)
downloadslstatus-d77f216faea5566ba8ebdbf1456c5e6806d2eeb5.tar.gz
Sort functions by name
Co-authored-by: drkhsh <me@drkhsh.at> Signed-off-by: drkhsh <me@drkhsh.at>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 2fc2557..d805331 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,13 +14,13 @@ static const char unknown_str[] = "n/a";
*
* battery_perc battery percentage battery name (BAT0)
* NULL on OpenBSD/FreeBSD
- * battery_state battery charging state battery name (BAT0)
- * NULL on OpenBSD/FreeBSD
* battery_remaining battery remaining HH:MM battery name (BAT0)
* NULL on OpenBSD/FreeBSD
+ * battery_state battery charging state battery name (BAT0)
+ * NULL on OpenBSD/FreeBSD
* cat read arbitrary file path
- * cpu_perc cpu usage in percent NULL
* cpu_freq cpu frequency in MHz NULL
+ * cpu_perc cpu usage in percent NULL
* datetime date and time format string (%F %T)
* disk_free free disk space in GB mountpoint path (/)
* disk_perc disk usage in percent mountpoint path (/)
@@ -60,8 +60,8 @@ static const char unknown_str[] = "n/a";
* username username of current user NULL
* vol_perc OSS/ALSA volume in percent mixer file (/dev/mixer)
* NULL on OpenBSD/FreeBSD
- * wifi_perc WiFi signal in percent interface name (wlan0)
* wifi_essid WiFi ESSID interface name (wlan0)
+ * wifi_perc WiFi signal in percent interface name (wlan0)
*/
static const struct arg args[] = {
/* function format argument */