Commit Graph

688 Commits

Author SHA1 Message Date
mutlusun 261684f8b8
move mdir widget to match new layout 2017-01-25 21:30:43 +01:00
mutlusun 9695e0fea0
move mboxc widget to match new layout 2017-01-25 21:30:43 +01:00
mutlusun 2605a1b744
move mbox widget to match new layout 2017-01-25 21:30:43 +01:00
mutlusun bb5e6af08c
move hddtemp widget to match new layout 2017-01-25 21:30:43 +01:00
mutlusun 9a727d417e
move gmail to match new layout 2017-01-25 21:30:43 +01:00
mutlusun 108ab2eb82
move fs widget to match new layout 2017-01-25 21:30:42 +01:00
mutlusun ba4b94899e
move dio to match new layout 2017-01-25 21:30:36 +01:00
mutlusun 62dbf146a0
move date widget to match new layout 2017-01-25 21:29:36 +01:00
mutlusun 968fee1a54
move cpuinf widget to match new layout 2017-01-25 21:25:38 +01:00
mutlusun fbd91c9b37
port cpufreq widget to freebsd 2017-01-25 21:25:38 +01:00
mutlusun d7c99133e1
port cpu widget to freebsd 2017-01-25 21:25:38 +01:00
mutlusun 5628c9e478
port bat widget to freebsd 2017-01-25 21:25:38 +01:00
mutlusun 78e1242601
helpers: add sysctl helper for freebsd 2017-01-25 21:25:38 +01:00
mutlusun 3baade7b06
helpers.lua: restructure to support multiple operating systems 2017-01-25 21:25:33 +01:00
Jörg Thalheim 4820cb4d39 Delete README 2017-01-13 08:26:43 +01:00
Jörg Thalheim cbee482088 Merge pull request #24 from walken/patch-2
Update README.md
2017-01-12 22:11:12 +01:00
Jeremy 5c9d887458 Update README.md 2017-01-12 15:43:24 -05:00
Mellich b6c5a57f41 Added new wifi widget using iw (#20)
* added new wifi widget that uses iw
2016-10-22 23:19:00 +02:00
zhrtz 5fc0e2dae2
Added hwmon interface support, dropped the annoying floating .0 with math.floor 2016-08-18 07:22:22 +02:00
Keith Hughitt e7ee21cc73
Updated base URL for weather widget 2016-08-18 07:22:22 +02:00
Julian Volodia 59841b30b4
README: missing bracket in `batwidget` example
Added missing bracket and remove one whitespace (it would be more consistent)

Signed-off-by: Julian Volodia <julianvolodia@gmail.com>
2016-08-18 07:22:22 +02:00
Shadowmourne G 99944631c7
contrib: add nvidia infomation widget type 2016-08-18 07:22:22 +02:00
Jörg Thalheim a31d49b00b
helpers.lua: fix typo in comment 2016-08-18 07:22:22 +02:00
Jörg Thalheim c760e43b98
widgets/gmail: shell escape feed variable 2016-08-18 07:22:22 +02:00
Jörg Thalheim 8c79e866e9
README.md: apply changes from REAMDE 2016-08-18 07:22:16 +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
Suseika 56b353e773 add instructions for Gmail account for vicious.widgets.gmail widget
Signed-off-by: J?rg Thalheim <joerg@higgsboson.tk>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2015-07-24 15:01:12 +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) 340883180d README: new FreeBSD code by Rudi Siegel
I don't know for a fact there are (many) more compatible widgets than
in Richard's work. I have faith there are, no offense intended.
2014-12-28 19:58:43 +01:00
blastmaster 44dd0a60cf new gears.timer
timer implementation move from c to lua.

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2014-12-28 19:45:30 +01:00
Benoît Zugmeyer 5869a54b20 gmail: fix error when gmail.com is unreachable
ex: no internet connection

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2014-11-19 00:40:56 +01:00
Jörg Thalheim 336ce9bbd7 shell escape variables before passing them to the shell
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2014-11-15 22:03:12 +01:00
Benoît Zugmeyer 50fd2334b6 gmail: fix subject when gmail feed is in one line
For some time now, gmail feeds are in a single line. The goal of this patch is to handle
both cases (single and multiline). It will find the text between title tags after the
first entry tag.

Since the first feed title is skiped with this regex, title regexes aren't needed anymore.

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2014-11-15 21:37:29 +01:00
Andrew Merenbach 9fc02f16da fs: add FreeBSD mount point detection to regexp
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2014-04-21 22:25:26 +02: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
Adrian C. (anrxc) df19dac43e Next release, tag 2.1.3 2014-01-04 17:15:05 +01:00
Lyderic Lefever 6e16a412ef bat: fix broken battery remaining time (was always N/A)
Bug was introduced in commit dc556e5415 and the new discharging
symbol.

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-12-27 17:21:40 +01:00
Adam Lee bfbc1bdd51 volume: get the normalized volume like alsamixer and DE's indicator
Or the percentage value will be different from alsamixer or desktop
environment's indicator, which confuses users.

Quote from amixer's manpage, "Use the mapped volume for evaluating the
percentage representation like alsamixer, to be more natural for human
ear."

ref:
http://git.alsa-project.org/?p=alsa-utils.git;a=blob;f=alsamixer/volume_mapping.c

Signed-off-by: Adam Lee <adam8157@gmail.com>
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-12-27 17:21:35 +01:00
Adrian C. (anrxc) 3ef0f11d8e Next release, tag 2.1.2 2013-12-22 13:23:37 +01:00
Normal Ra 946271c41d bat: expose information on battery wear and tear
Modern batteries should expose information about their design capacity
which we can compare to current capacity and deduce how much 'wear'
the battery got and expose that as a negative value percentage.

Feature sent in August took a while to convince the maintainer many
modern batteries provide this information.

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-12-22 13:14:46 +01:00
Adrian C. (anrxc) 76269896fc README: write a list of major contributors to the project
Thank you all, and thanks very much to those who contributed only once
and are omitted from the documentation.
2013-12-15 19:13:35 +01:00
Adrian C. (anrxc) c51e13c35d init: stop allocating reg table functions with properties
This partly reverts commit f1844decef because a user reported seeing
nil passed as the object to the reg.update() function.
2013-12-15 18:34:55 +01:00
Adrian C. (anrxc) 52cbb64144 Revert "init: emit timeout instead of forced update"
This reverts commit 932bd8dfc because with shared timers feature from
commit 211d4509 shared timer emitting timeout can update all shared
objects.
2013-12-15 18:27:12 +01:00
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
Martin Ueding dc556e5415 bat: Use a real minus sign for the charging status
Previously, a simple hyphen (“-”) was used to show that the battery is
discharging. The minus sign is a distinct char, and also distinct from
the en-dash (“–”) and the em-dash (“—”).

With this commit, I put in a unicode “MINUS SIGN” (0x2212) which I
created with a Digraph in Vim `^k-2`.

Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-12-15 17:30:37 +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
Jörg Thalheim b0e631f8d6 Merge branch 'master' of http://git.sysphere.org/vicious
Conflicts:
	contrib/README
2013-11-25 09:40:39 +01:00