aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-10-04mbox: don't hide when there is no mailAdrian C. (anrxc)1
2009-10-04Reworked some variables in entropy, load, mpd, net, initAdrian C. (anrxc)5
2009-10-04date: function simplifiedAdrian C. (anrxc)1
2009-10-02cpuinf: prepend 'cpu' to CPU ID in table keysAdrian C. (anrxc)1
Keys like cpu0 are more suitable, because they match cpufreq widget arguments. Instead of old format strings, like: ${0 mhz} now use: ${cpu0 mhz}
2009-10-02README: included 'Other uses' sectionAdrian C. (anrxc)1
Vicious modules can be resued for other objects, like awful tooltips or naughty notifications. We call a module directly and manipulate the result until we have some nice output to display. For example, a wifi widget could be a progressbar with the signal level, but on mouse enter a tooltip is created with ssid/mode/channel information.
2009-10-02volume: added mute supportAdrian C. (anrxc)2
If a channel is muted we return 0. Something like "Muted" would be nice, but lets not break progressbars. If it doesn't concern you, then return what ever you want...
2009-10-02thermal: added some commentsAdrian C. (anrxc)1
We still stick to ACPI thermal zones because they are most commonly exposed (with proper ACPI modules loaded). But if you can find another source of temperature exposed trough /sys use it. Current code should match a lot of sources, but in some cases you will want to modify it a bit, add a dot, or limit to two numbers (except when the value is 100+, you don't want to miss the fact your CPU is melting).
2009-10-02bat: coding style changesAdrian C. (anrxc)1
2009-10-02cpufreq: widget type rewrittenAdrian C. (anrxc)1
It also won't break anymore when voltage support is missing since it happens so often. But there are no handlers for the frequency or governors - if you don't have those what the hell are you doing with this widget anyway?
2009-10-02README: fixed some typosAdrian C. (anrxc)1
2009-10-01README: updated gmail informationAdrian C. (anrxc)1
2009-10-01gmail: count all unread messagesAdrian C. (anrxc)1
Widget now uses the Gmail unread tag to get a list of all unread messages, not only the Inbox. The auth argument was removed, and login information should now be placed directly in the widget (and file made read-only by user) until a safer storage is introduced.
2009-10-01mboxc: support for multiple mbox filesAdrian C. (anrxc)2
Widget takes a table with full paths to mbox files as an argument.
2009-09-29README: fixes from git-diff --checkAdrian C. (anrxc)1
2009-09-29Rewrote all headersAdrian C. (anrxc)27
2009-09-25CHANGES: file updatedAdrian C. (anrxc)1
2009-09-25README: clarified caching usageAdrian C. (anrxc)1
2009-09-25README: added more caching informationAdrian C. (anrxc)1
2009-09-25Caching is controlled by usersAdrian C. (anrxc)1
2009-09-24CHANGES: file updatedAdrian C. (anrxc)1
2009-09-24README rewritten to match HEADAdrian C. (anrxc)1
Now also includes the Power section, and has full progressbar/graph settings in examples.
2009-09-24Backported 'widgets derived from wicked include a notice'Adrian C. (anrxc)7
2009-09-24init: Default to 2s timerAdrian C. (anrxc)1
2009-09-24Entropy widget cleaned upAdrian C. (anrxc)1
2009-09-24Backported 'remote file systems in fs widget are optional'Adrian C. (anrxc)1
2009-09-24General cleanup to match with HEADAdrian C. (anrxc)24
2009-09-24Curl connect timeout 1s, max time 3sAdrian C. (anrxc)3
2009-09-24Gmail widget backported from masterAdrian C. (anrxc)2
2009-09-24Match all punctuation chars in fs partitions and mount points.Adrian C. (anrxc)1
With some recent commits we are matching a good number of custom characters. Instead of waiting for another one that breaks it, just match all punctuation characters. The regexp is pretty big and some simplification is also welcomed.
2009-09-24Match punctuation characters in wifi SSID.Adrian C. (anrxc)1
2009-09-24Created branch 3.3 to backport fixesAdrian C. (anrxc)1
2009-08-27Next release, tag 1.0.11.v1.0.11Adrian C. (anrxc)1
2009-08-25Updated link to wicked home.Adrian C. (anrxc)1
2009-08-21Removed emtpy lines from mpd.luaAdrian C. (anrxc)1
2009-08-21Link to wicked and add Joerg as contributor.Adrian C. (anrxc)2
2009-08-17Next release, tag 1.0.10.v1.0.10Adrian C. (anrxc)2
2009-08-17Updated the CHANGES file in preparation for a new tag.Adrian C. (anrxc)1
There were not many changes recently, but much more people are taking the tarball instead of the development code so they will benefit from the recent fixes and extended documentation.
2009-08-16Use of LANG=C and improved matching in fs.lua.Joerg Jaspert1
- Prepend LANG=C to the df call, so it always gets the information in a way it understands. Other languages do have other namings for "Filesystem" and some use , instead of . for the number seperator. - Adapt the line.match line so it actually matches values. (Have the - last in the first match and teach it that mount targets can also have dots and colons in it)
2009-08-12Mention ICAO as the wanted code in the weather widget.Adrian C. (anrxc)1
2009-08-10Added laptop-mode note to the README.Adrian C. (anrxc)1
2009-08-08Next release, tag 1.0.9.v1.0.9Adrian C. (anrxc)1
2009-08-08Renamed unused loop identifiers to _Adrian C. (anrxc)1
2009-08-07Spurious folds removed from helpers.Adrian C. (anrxc)1
2009-08-07Truncate helper, txtlen is local.Adrian C. (anrxc)1
2009-08-07CHANGES file updated. Will probably switch to shortlog.Adrian C. (anrxc)1
2009-08-07All worker functions are local.Adrian C. (anrxc)24
2009-08-06Added missing poolsize info to the README + minor change in fs.luaAdrian C. (anrxc)3
2009-08-06Changed fs widget type description.Adrian C. (anrxc)3
2009-08-06Next release, tag 1.0.8.v1.0.8Adrian C. (anrxc)3
2009-08-06CPU Information widget included.Adrian C. (anrxc)1
Widget returns speed and cache information for all available CPUs/cores. It stores cpu speed in mhz and ghz in a table as well as cpu cache in kb and mb. Values are retrieved using the CPU ID, i.e. we would retrieve speed in ghz for CPU or core 1 with this format string: ${1 ghz}.