Commit Graph

74 Commits

Author SHA1 Message Date
Nguyễn Gia Phong 071cc61a58 [docs] Include contrib widget types 2020-09-21 13:15:29 +07:00
Nguyễn Gia Phong 518d59fae1 Correct the copyright headers in contrib 2019-09-18 10:26:23 +07:00
mutlusun a23952f555
corrected symbolic link to cmus_all 2019-08-23 09:58:40 +02:00
Nguyễn Gia Phong b8afc3aafc [cmus] Deprecate io.popen and promote to widgets/ 2019-07-04 21:49:08 +07:00
Nguyễn Gia Phong 92a2138296 Let existing async wtype use helpers.setasyncall 2019-05-15 16:12:24 +07:00
Nguyễn Gia Phong 5a0573ebef Fallback asynchronous widget types to use spawn.lua
pkg_all was also optimized and use more updated package manager front-ends
2019-05-13 13:21:17 +07:00
Nguyễn Gia Phong 5d2eda1225 Reformat README.md 2018-12-01 02:40:07 +07:00
Nguyễn Gia Phong 065bd1d009 Remove manual XML entities escape in widgets 2018-10-22 21:42:31 +07:00
Joerg Thalheim 6f8c0a9969 btc: fix markdown markup 2017-11-25 09:22:36 +00:00
Joerg Thalheim dcdfe3345c btc: also usuable with cjson 2017-11-25 09:14:36 +00:00
Joerg Thalheim 52e9b72217 btc: remove synchronous variant and dead code 2017-11-24 18:13:37 +03:00
0x5b 5eec03a3c3 Bitcoin price widget.
Async receiving bitcoin price.
Simple text widget. Provides a price in any currency by code:
(https://en.wikipedia.org/wiki/ISO_4217)
2017-11-24 18:13:13 +03:00
Joerg Thalheim 94f91c57ab cmus: use correct shell escape function 2017-11-22 21:05:24 +00:00
Juan Carlos Menonita 5f6acea35c Add widget for cmus (follow mpd conventions) (#46)
* Add widget for cmus (follow mpd conventions)

* Add widget for cmus (follow mpd conventions)

* Add default socket address when XDG_RUNTIME_DIR is not set

* cmus: use on/off instead of true/false

- default value was a boolean which is not valid in our format function
  and would lead to a crash
- on/off seems more human readable

* cmus: shell-escape user supplied variables

* Add default socket address when XDG_RUNTIME_DIR is not set
2017-11-22 21:01:30 +00:00
Jonathan McCrohan f7f63f18c1 contrib: make pulse round rather than floor volume
Check volpercent to see if ceil or floor should be used.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-02-25 15:27:40 +00:00
Roberto d9ecb9f20d Added support for power usage 2017-02-17 19:23:37 +01:00
Jörg Thalheim 4502524a19
move wpa widget to match new layout 2017-01-26 10:45:28 +01:00
Jörg Thalheim 6ca428becd
move sensors widget to match new layout 2017-01-26 10:45:27 +01:00
Jörg Thalheim 46c5457e8e
move rss widget to match new layout 2017-01-26 10:45:27 +01:00
Jörg Thalheim 6db55c8bd0
move pop widget to match new layout 2017-01-26 10:45:18 +01:00
Jörg Thalheim 9325780f02
move ossvol widget to match new layout 2017-01-26 10:40:42 +01:00
Jörg Thalheim bd08badccc
move pulse widget to new layout 2017-01-26 10:40:42 +01:00
Jörg Thalheim f63ab23583
move openweather to match new layout 2017-01-26 10:40:41 +01:00
Jörg Thalheim 4882377cb3
move nvsmi widget to match new layout 2017-01-26 10:40:41 +01:00
Jörg Thalheim f333c78256
move nvinf widget to match new layout 2017-01-26 10:40:41 +01:00
Jörg Thalheim 6b448fd791
move net widget to match new layout 2017-01-26 10:40:41 +01:00
Jörg Thalheim 9cb3eab18f
move mpc widget to match new layout 2017-01-26 10:40:41 +01:00
Jörg Thalheim e787aa0d68
move dio widget to match new layout 2017-01-26 10:40:41 +01:00
Jörg Thalheim e67054dfd7
move countfiles widget to match new layout 2017-01-26 10:40:40 +01:00
Jörg Thalheim c8c9cf690b
move buildbot to match new layout 2017-01-26 10:40:40 +01:00
Jörg Thalheim 93a0aa6649
mv batproc to match new layout 2017-01-26 10:40:40 +01:00
Jörg Thalheim 02c20087c9
move batpmu widget to match new layout 2017-01-26 10:40:40 +01:00
Jörg Thalheim 865fe5bf5d
move ati widget to match new layout 2017-01-26 10:40:40 +01:00
Jörg Thalheim 387ab4a8b1
move ac widget to match new layout 2017-01-26 10:40:40 +01:00
Jörg Thalheim 57d847301f
remove batacpi: already provied by bat_freebsd 2017-01-26 10:40:39 +01:00
Shadowmourne G 99944631c7
contrib: add nvidia infomation widget type 2016-08-18 07:22:22 +02:00
Jörg Thalheim 080e28504a Merge branch 'master' of http://git.sysphere.org/vicious 2015-07-26 08:38:41 +02:00
crondog 211a2bfcf5 contrib: make pulse compatible with lua5.3
String.format does like converting float to hex (or int for that
matter). This fixes the issue

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-07-24 15:08:18 +02:00
Noah Tilton 02e1142749 handle case if pacmd fails
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-03-28 19:45:46 +01:00
Jörg Thalheim 9c535a19bd fix indentation
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-03-28 19:45:44 +01:00
Adrian C. (anrxc) 178bc65f1b contrib: import nvidia SMI widget type
Right now nvsmi is just interested in temperature information. My
streaming server GPU 'fell of the bus' last night while decoding
video, I suspect overheating.
2014-02-09 19:30:26 +01:00
Jörg Thalheim b0e631f8d6 Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	contrib/README
2013-11-25 09:40:39 +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
Normal Ra 2641bf8004 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>
2013-11-02 18:07:11 +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
Jörg Thalheim 0156fd36f9 Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	contrib/README
	widgets/uptime.lua
2012-09-04 10:10:11 +02:00
Andrzej Bieniek d63343efda contrib: add buildbot monitoring widget
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-09-02 12:37:18 +02: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
Jörg Thalheim 01893953a6 Merge branch 'master' of http://git.sysphere.org/vicious 2012-06-25 20:53:19 +02:00
Adrian C. (anrxc) 3b161ffa28 contrib: document how to enable contributed widgets 2012-06-25 01:22:53 +02:00