aboutsummaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorNormal Ra <normalrawr@gmail.com>2013-11-02 18:07:11 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-11-02 18:07:11 +0100
commit2641bf80043efdd46dc717d2148ea9bc01a36b8f (patch)
tree910a15b531232dce9ae2ca7cfa57f300f624a8e6 /contrib/README
parent0fd4fc5c2a7420b7df7bab64c04c70f8b290c1fa (diff)
downloadvicious-legacy-2641bf80043efdd46dc717d2148ea9bc01a36b8f.tar.xz
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) <anrxc@sysphere.org>
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README14
1 files changed, 14 insertions, 0 deletions
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
-