diff options
author | Jasper Lievisse Adriaanse <jasper@humppa.nl> | 2012-05-04 09:28:32 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-05-04 16:07:43 +0200 |
commit | 4d719ff81f759f3f17d66a692a83984ee6cc6fa8 (patch) | |
tree | 97f58f09fffedacbcf90391a08100e85a40f37c9 /man | |
parent | dae65753927772de4654f41e84e55e84018710e6 (diff) |
Update wrt. recent OpenBSD changes.
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 6 |
1 files changed, 5 insertions, 1 deletions
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+ |