From 4d719ff81f759f3f17d66a692a83984ee6cc6fa8 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Fri, 4 May 2012 09:28:32 +0200 Subject: [PATCH] Update wrt. recent OpenBSD changes. --- man/i3status.man | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/i3status.man b/man/i3status.man index 0ba010e..195b648 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -217,7 +217,7 @@ Gets the temperature of the given thermal zone. === CPU Usage -Gets the percentual CPU usage from +/proc/stat+. +Gets the percentual CPU usage from +/proc/stat+ (Linux) or +sysctl(3)+ (FreeBSD/OpenBSD). *Example order*: +cpu_usage+ @@ -254,6 +254,10 @@ details on the format string. Outputs the volume of the specified mixer on the specified device. Works only on Linux because it uses ALSA. +A simplified configuration can be used on FreeBSD and OpenBSD due to +the lack of ALSA, the +device+, +mixer+ and +mixder_idx+ options can be +ignored on these systems. On these systems the OSS API is used instead to +query +/dev/mixer+ directly. *Example order*: +volume master+ -- 2.39.5