From 2641bf80043efdd46dc717d2148ea9bc01a36b8f Mon Sep 17 00:00:00 2001 From: Normal Ra Date: Sat, 2 Nov 2013 18:07:11 +0100 Subject: contrib: add Open Weather and ATi graphics widget types These were contributed by one of the users, and remain untested by me. Signed-off-by: Adrian C. (anrxc) --- contrib/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'contrib/README') diff --git a/contrib/README b/contrib/README index 7d2d08c..a3a6651 100644 --- a/contrib/README +++ b/contrib/README @@ -28,6 +28,14 @@ could also depend on Lua libraries that are not distributed with the core Lua distribution. Ease of installation and use does not necessarily have to apply to contributed widgets. +vicious.contrib.ati + - provides various info about ATI GPU status + - takes card ID as an argument, i.e. "card0" (and where possible, + uses debugfs to gather data on radeon power management) + - returns a table with string keys: {method}, {dpm_state}, + {dpm_perf_level}, {profile}, {engine_clock mhz}, {engine_clock khz}, + {memory_clock mhz}, {memory_clock khz}, {voltage v}, {voltage mv} + vicious.contrib.batacpi - @@ -54,6 +62,12 @@ vicious.contrib.netcfg vicious.contrib.net - +vicious.contrib.openweather + - provides weather information for a requested city + - takes OpenWeatherMap city ID as an argument, i.e. "1275339" + - returns a table with string keys: {city}, {wind deg}, {wind aim}, + {wind kmh}, {wind mps}, {sky}, {weather}, {temp c}, {humid}, {press} + vicious.contrib.ossvol - -- cgit v1.2.3