aboutsummaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
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
-