From 16716dd1307af81103b40c6a48a028d1328bbdf8 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Mon, 13 Jun 2016 18:49:50 +0200 Subject: added, username, gid, uid --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 0fa4825..b272a66 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,7 @@ static unsigned int update_interval = 1; - disk_total (disk usage in percent) [argument: mountpoint] - disk_used (disk usage in percent) [argument: mountpoint] - entropy (available entropy) [argument: NULL] +- gid (gid of current user) [argument: NULL] - hostname [argument: NULL] - ip (ip address) [argument: interface] - ram_free (ram usage in percent) [argument: NULL] @@ -27,6 +28,8 @@ static unsigned int update_interval = 1; - ram_total (ram usage in percent) [argument: NULL] - ram_used (ram usage in percent) [argument: NULL] - temp (temperature in degrees) [argument: temperature file] +- uid (uid of current user) [argument: NULL] +- username (username of current user) [argument: NULL] - vol_perc (alsa volume and mute status in percent) [argument: soundcard] - wifi_perc (wifi signal in percent) [argument: wifi card interface name] */ static const struct arg args[] = { -- cgit v1.2.3