Joerg T. (Mic92)
1439de86b8
Rewrite pulse module
...
* replace grep with lua string matching
* caching sinks
* add toggle function
2010-12-18 16:45:16 +01:00
Joerg T. (Mic92)
9bd84ff229
Merge branch 'master' of http://git.sysphere.org/vicious
...
Conflicts:
init.lua
2010-12-18 08:35:07 +01:00
Joerg T. (Mic92)
43a3d2585d
Merge branch 'master' of http://git.sysphere.org/vicious
...
Conflicts:
init.lua
widgets/init.lua
widgets/volume.lua
2010-12-18 08:34:04 +01:00
Joerg T. (Mic92)
2dc25dafe1
Move extra to contrib
2010-12-05 12:46:21 +01:00
Joerg T. (Mic92)
f3e0cca380
load contrib widgets
2010-12-05 12:44:10 +01:00
Joerg T. (Mic92)
19489954ed
Move to contrib
2010-12-05 12:42:56 +01:00
Joerg T. (Mic92)
0a37ac66d1
Merge branch 'master' of http://git.sysphere.org/vicious
2010-12-05 11:56:24 +01:00
Adrian C. (anrxc)
5160cfe8e9
Next release, tag 2.0.2
2010-11-30 02:34:54 +01:00
Adrian C. (anrxc)
add54f87ee
README: added missing register() documentation
2010-11-03 03:33:49 +01:00
Adrian C. (anrxc)
fe2e432685
TODO: fix contrib/sensors for Ian
2010-11-03 03:21:56 +01:00
Adrian C. (anrxc)
762593385c
wifi: proper fix for SSID regexp
2010-10-29 17:50:13 +02:00
Adrian C. (anrxc)
7f7a94d795
gmail: inbox is now default
...
With all the tags and other crap, we could be counting mail up to 3-5
times. If you hate this change let me know. Otherwise inbox is now
default.
2010-10-29 16:46:59 +02:00
Adrian C. (anrxc)
82eb67b400
wifi: removed spurious bracket from SSID regexp
2010-10-28 20:16:18 +02:00
Adrian C. (anrxc)
304fa336ed
wifi: properly handle disconnects
2010-10-24 23:36:38 +02:00
Adrian C. (anrxc)
32a7be1d6d
wifi: provide link quality in percent
2010-10-19 21:23:06 +02:00
Adrian C. (anrxc)
c532c0b080
contrib: fixed email of pulse widget author
2010-10-18 16:36:07 +02:00
Joerg T. (Mic92)
1d2c1283ff
Merge branch 'master' of http://git.sysphere.org/vicious
2010-10-17 09:01:34 +02:00
Amir Mohammad Saied
49b0913b04
wifi: improved SSID regular expression
...
Current regular expression only matches two words ESSIDs, the other day
I was at a friend's home with SSID "The Dark Tower". I was getting N/A.
Signed-off-by: Amir Mohammad Saied <amirsaied@gmail.com>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-10-12 14:14:49 +02:00
Joerg T. (Mic92)
30d0a7d260
Merge branch 'master' of http://git.sysphere.org/vicious
2010-10-10 09:15:23 +02:00
Adrian C. (anrxc)
932bd8dfcb
init: emit timeout instead of forced update
2010-10-09 10:03:21 +02:00
Adrian C. (anrxc)
fbd2af7b15
init: add set_markup support
2010-10-08 22:26:08 +02:00
Joerg T. (Mic92)
418f492dd9
Merge branch 'master' of http://git.sysphere.org/vicious
2010-10-08 14:11:48 +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
Joerg T. (Mic92)
8fa3dd64ac
Merge branch 'master' of http://git.sysphere.org/vicious
2010-10-02 11:55:43 +02:00
Adrian C. (anrxc)
a9d6ea21e6
init: add connect_signal support, patch by Uli
2010-09-14 15:21:16 +02:00
Adrian C. (anrxc)
86a13946b5
README: update contrib information
2010-09-13 23:01:13 +02:00
Adrian C. (anrxc)
fbfcc495fc
init: comment connect_signal for users of awesome master
...
Thanks to all who sent patches. Usually I would support master, but in
this case we are very far from the next release. In addition master is
(much more than usually) unstable right now.
2010-09-13 22:26:33 +02:00
Adrian C. (anrxc)
1d7f64651b
pkg: description updated
2010-08-29 13:53:26 +02:00
Adrian C. (anrxc)
88c3d0c11e
contrib: use pcall for luasocket in pop
2010-08-29 01:32:24 +02:00
Adrian C. (anrxc)
b200a8073d
contrib: dont import pop - requires luasocket
2010-08-29 01:22:35 +02:00
Adrian C. (anrxc)
0350ec9676
TODO: document contrib widgets
2010-08-29 01:04:30 +02:00
Adrian C. (anrxc)
f8a8696389
contrib: imported POP3 widget from Boris
2010-08-29 01:03:31 +02:00
Adrian C. (anrxc)
1a443cda66
init: import contrib widgets, commented
2010-08-29 00:50:51 +02:00
Adrian C. (anrxc)
26b0395ba9
contrib: imported contrib widgets
2010-08-29 00:49:57 +02:00
Adrian C. (anrxc)
0d6333ed61
Next release, tag 2.0.1
2010-08-25 17:20:26 +02:00
Adrian C. (anrxc)
15349516ca
mpd: added some optional stats, commented
2010-08-22 14:59:05 +02:00
Adrian C. (anrxc)
4113d371d1
pkg: include FreeBSD support
2010-08-22 14:46:05 +02:00
Joerg T. (Mic92)
aceef31316
Update help
2010-08-15 09:01:55 +02:00
Joerg T. (Mic92)
0b2dad593e
sumup now accept key/value-pairs
2010-08-07 17:03:27 +02:00
Joerg T. (Mic92)
affdf98297
Merge branch 'master' of http://git.sysphere.org/vicious
2010-07-31 12:24:45 +02:00
Adrian C. (anrxc)
fc46e7a19d
TODO: solid multigraph support needed
2010-07-23 12:12:11 +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)
d6faae1598
TODO: remove org-mode extension
2010-07-05 23:43:27 +02:00
Adrian C. (anrxc)
6171734c74
TODO: added the carrier detection todo
2010-07-03 19:47:08 +02:00
Adrian C. (anrxc)
6d6e98a7bb
TODO: included the todo file to encourage contribution
2010-07-03 19:41:30 +02:00
Joerg T. (Mic92)
5c0f05aa4f
Merge branch 'contrib' of http://git.sysphere.org/vicious
2010-05-31 15:46:09 +02:00
Adrian C. (anrxc)
5a1eb907b7
contrib: imported netcfg widget from Radu
...
Widget type by Radu provides active netcfg profiles in a table. In
contrib until we see what can be done with this, who wants to use it
and if data should be provided in other formats. We can't be certain
of the number of active profiles so a format string like $1|$2|$3 will
vary between sessions.
2010-05-30 17:47:48 +02:00
Joerg T. (Mic92)
8260150a12
Merge branch 'master' of http://git.sysphere.org/vicious
2010-05-19 12:44:14 +02:00