summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorplanet36 <planet36@users.noreply.github.com>2021-04-02 14:11:00 -0400
committerRafael Marçalo <raroma09@gmail.com>2023-01-03 15:02:17 +0000
commit0bd65f246865c86849dfc33597c8efaf1297a474 (patch)
treebdecc55e513f17051ca1101ba1b398fdd0e56070 /config.def.h
parent584412ad792cd7b363efe4d615ab2291f3284213 (diff)
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 */