Jonathan McCrohan
7961ca1454
weather: add support for dew point
...
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-12-15 17:47:49 +01:00
Adrian C. (anrxc)
f36997bab4
README: explain wifi abbreviations linp and sign
2013-12-02 19:06:41 +01:00
Adrian C. (anrxc)
71ea0f3dbf
README: enable caching in vicious.widgets.cpu example
2013-11-26 18:10:41 +01:00
Uli Schlachter
c795642c2f
README: update awesome usage examples for v3.5
...
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-11-02 18:34:55 +01:00
Adrian C. (anrxc)
052d19e6bb
README: explain vicious is a generic WM widget library
...
Vicious can be used stand-alone, or to feed widgets in window managers
beside awesome. So why not provide it to a few Ion, or WMII, or i3 or
<foobar> users. Lua is the best thing since sliced bread.
2013-06-01 00:09:51 +02:00
Adrian C. (anrxc)
f7fdd909ee
README: usage examples are for awesome version 3.4
2013-01-22 23:55:45 +01:00
Adrian C. (anrxc)
eba6eb0573
README: prefer vicious in global space
...
We want to expose suspend, activate and force functions to external
shell scripts not just the Lua prompt.
2012-08-02 02:15:53 +02:00
Adrian C. (anrxc)
3b161ffa28
contrib: document how to enable contributed widgets
2012-06-25 01:22:53 +02:00
Adrian C. (anrxc)
4caf95bfd0
README: update initialization instructions
...
With the Lua 5.2 port we change the way vicious is loaded as a module,
so that it remains backwards compatible with Lua 5.1 users. Also added
the author of the Lua 5.2 port to the contributors list.
2012-06-18 02:09:36 +02:00
Adrian C. (anrxc)
f972955ce7
README: update thermal documentation
...
Thermal now accepts an optional third argument when warg is a table.
2012-03-31 20:58:10 +02:00
Adrian C. (anrxc)
73db82b4c9
README: add format function example for overriding symbols
2012-01-20 14:35:07 +01:00
Adrian C. (anrxc)
6f42ee5e51
README: update wtype argument explanation
...
Many users miss the fact they can register their functions as widget
types. Documentation for wtype being incomplete wasn't helping.
2011-12-10 17:34:38 +01:00
Adrian C. (anrxc)
b11d251ef0
README: provide multigraph usage example
2011-08-07 22:17:26 +02:00
Adrian C. (anrxc)
e01a8ebe21
vicious: document mem.bcuse
2011-06-30 01:06:43 +02:00
Joerg T. (Mic92)
dcc2b60cd8
vicious: load widget modules only when needed
...
There's no more need to edit init files and manually disable widgets.
Signed-off-by: Joerg T. (Mic92) <jthalheim@gmail.com>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-05-10 00:50:41 +02:00
Adrian C. (anrxc)
c2f7fbcf23
dio: provide stats for all devices, rewritten by Joerg
...
Old dio.lua was moved to contrib. New one is used like CPU widget is,
request the device or parition in the format argument, {sda read_mb}
as an example. New widget doesn't provide scheduler information, but I
don't know anyone who used that. If you think this is wrong let me
know.
2011-03-29 02:21:53 +02:00
Adrian C. (anrxc)
753ce61de0
cpu: calculation and optimization fixes by Joerg
2011-03-15 05:02:55 +01:00
Adrian C. (anrxc)
add54f87ee
README: added missing register() documentation
2010-11-03 03:33:49 +01:00
Adrian C. (anrxc)
32a7be1d6d
wifi: provide link quality in percent
2010-10-19 21:23:06 +02:00
Adrian C. (anrxc)
e51d8ac39e
date: turn time widget argument into an offset
...
The os.time() call should not be passed as an argument it self,
because of a chance it will be stored internally and so we would
always get the same time. Instead we can pass time offsets in seconds,
i.e. to go 6 hours forward we can use the widget argument 21600, to go
6 hours back we use -21600 instead.
2010-10-04 22:42:31 +02:00
Adrian C. (anrxc)
c6085eef06
date: accept time as a widget argument
...
Format custom time for example to calculate time zone differences, New
York time relative to me would be widget argument: os.time()-21600
2010-10-03 18:48:02 +02:00
Adrian C. (anrxc)
86a13946b5
README: update contrib information
2010-09-13 23:01:13 +02:00
Adrian C. (anrxc)
1d7f64651b
pkg: description updated
2010-08-29 13:53:26 +02:00
Adrian C. (anrxc)
15349516ca
mpd: added some optional stats, commented
2010-08-22 14:59:05 +02:00
Adrian C. (anrxc)
d91266357a
net: add operational state support
2010-07-19 02:14:50 +02:00
Adrian C. (anrxc)
8674c919d6
dio: add partition support
2010-07-10 02:02:34 +02:00
Adrian C. (anrxc)
ca1d8d79e5
README: cut on the security crap
2010-05-17 21:41:36 +02:00
Adrian C. (anrxc)
a9347ec0d0
raid: import raid state widget type by Hagen
...
This widget type returns 1st value as the number of assigned, and 2nd
as active, devices in the array provided as the widget argument.
2010-03-26 00:59:01 +01:00
Adrian C. (anrxc)
4f86e28ec3
os: merge with entropy widget type
...
Operating System widget type now returns two additional values, 5th as
available system entropy and 6th as available entropy in percent.
2010-03-15 17:52:02 +01:00
Adrian C. (anrxc)
a4bd3075e5
README: updated link to contrib
2010-03-14 19:06:39 +01:00
Adrian C. (anrxc)
4dad2e360c
API: missing warg should not break awesome
2010-03-14 03:37:40 +01:00
Adrian C. (anrxc)
3ac4fcf150
init: missing widget type should not break awesome
2010-03-13 21:51:40 +01:00
Adrian C. (anrxc)
6441db0a94
README: added a list of needed utilities
2010-03-13 00:34:26 +01:00
Adrian C. (anrxc)
06a455a113
README: add contributors to Authors section
...
If you would like to be removed from the list let me know.
2010-03-12 23:10:42 +01:00
Adrian C. (anrxc)
178a7eb88e
README: added contrib and vicious-fbsd information
...
Contrib should be better known because of the extra widgets it
contains. While the vicious-fbsd branch by Richard Kolkovich was
already added to the vicious home page and needs more exposure.
2010-03-12 22:30:58 +01:00
Adrian C. (anrxc)
0dd5b72f01
README: standardize quotes
2010-03-12 22:06:31 +01:00
Adrian C. (anrxc)
8482b5407c
mpd: rewritten and now uses curl not mpc
...
Widget type uses curl now, like all other types accessing network
resources (until, if ever, we switch to luasocket). Where previously
only the currently playing song was returned now you can access these
keys: {volume}, {state}, {Artist}, {Title}, {Album}, {Genre}. You can
provide an optional table argument to change password, host or port.
2010-03-12 21:56:17 +01:00
Adrian C. (anrxc)
6898d4a1a4
dio: add I/O scheduler support
...
I/O scheduler information is stored in the key: {sched}
2010-03-12 03:44:42 +01:00
Adrian C. (anrxc)
edb4619a55
os: import operating system information widget
...
This widget type returns 1st value as the operating system in use, 2nd
as the release version, 3rd as your username and 4th the hostname.
2010-03-12 03:37:39 +01:00
Adrian C. (anrxc)
77d1a0ba2f
gmail: switch to ~/.netrc for login storage
...
Login information is now kept in the ~/.netrc file, which should be
readable only by the owner. This should solve futher problems with
unquoted characters addressed in the last commit. The format of the
~/.netrc file is as follows (also documented in the README):
machine mail.google.com login user password pass
2010-03-10 21:59:15 +01:00
Adrian C. (anrxc)
abacd771bd
fs: include available space in percent, requested by Jon
...
Format string and key example: "${/home avail_p}"
2010-03-10 01:57:25 +01:00
Adrian C. (anrxc)
5f41c7a238
init: do not use keyword type for user data
2010-03-07 04:10:57 +01:00
Adrian C. (anrxc)
ee64644ddc
API: added force() function to force update widgets
...
New function introduced vicious.force({ widget, }) - widget argument
is a table with one or more widgets that will be updated.
2010-03-07 03:09:44 +01:00
Adrian C. (anrxc)
95e9a771b9
API: regregister() and update() are not exposed
2010-03-07 02:39:26 +01:00
Adrian C. (anrxc)
ff050a02a4
README: link to the "Widgets in awesome" document
2010-03-07 01:01:37 +01:00
Adrian C. (anrxc)
5226d10c27
API: function enable_caching() is now cache()
2010-03-07 00:56:42 +01:00
Adrian C. (anrxc)
9371839401
volume: added real mute support
...
Widge type returns 1st value as the volume level and 2nd as the mute
state of the requested channel represented as a symbol.
2010-03-06 22:12:47 +01:00
Adrian C. (anrxc)
4664beeda1
mdir: fix module description
2010-03-02 23:19:44 +01:00
Adrian C. (anrxc)
23d09f0c5d
README: added the Security section
2010-02-20 04:03:20 +01:00
Adrian C. (anrxc)
e29ea6288a
helpers: uformat helper replaces formatting done by widgets
2010-02-20 03:24:42 +01:00