aboutsummaryrefslogtreecommitdiff
path: root/widgets
AgeCommit message (Collapse)AuthorFiles
2012-05-09pkg: update 'Arch S' substitution linesAdrian C. (anrxc)1
It would appear pacman v4 now prints only one line before the package list.
2012-03-31thermal: change coretemp default, allow file as widget argumentAdrian C. (anrxc)1
Since Linux 3.0 most if not all people have temp1_input file missing, so default to temp2_input. But also allow an optional third argument to change to yet another file to avoid this kind of problem in the future.
2012-03-04division by zero, if battery is full chargedJörg Thalheim1
If the battery state change from charging to full, power_now is reseted to zero for a little time. This cause division by zero, which was visible as a very big negative number because of the behaviour of string.format. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-02-05hddtemp: fix curl hang in version 7.24.0Adrian C. (anrxc)1
2012-01-20cpufreq: differentiate between ondemand and conservativeSébastien Luttringer1
In cpufreq widget, governor char is the same for ondemand and conservative which makes it impossible to overload symbols to different values for these two governors in a format function. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-11-20bat: fix time calculation, bug introduced in 350e924Adrian C. (anrxc)1
2011-11-19thermal: remove unnecessary readJ. Thalheim1
2011-11-19bat: another workaround for broken ACPI implementationsAdrian C. (anrxc)1
2011-09-24[cpu] fix division by zeroJoerg T. (Mic92)1
In rare cases diff_total seems to become 0.
2011-09-03net: sanitize time computation to avoid division by zeroAdrian C. (anrxc)1
2011-08-18vicious: cleanup tabs and bad intendationAdrian C. (anrxc)1
2011-08-18[net] calculate time in a more clean wayJoerg T. (Mic92)1
2011-07-12bat: better fix for missing rate in 31d7b2fAdrian C. (anrxc)1
Thanks to Ikke for debugging this.
2011-06-30mem: provide mem.bcuse for GabrielAdrian C. (anrxc)1
2011-05-10vicious: load widget modules only when neededJoerg T. (Mic92)1
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-04-25mpd: allow named keys or positional argumentsPerry Hargrave1
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-03-29dio: import string.match()Adrian C. (anrxc)1
2011-03-29dio: provide stats for all devices, rewritten by JoergAdrian C. (anrxc)1
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-17cpu: another 10 percent optimization from JoergAdrian C. (anrxc)1
2011-03-15cpu: calculation and optimization fixes by JoergAdrian C. (anrxc)1
2011-03-09gmail: fixed misleading commentAdrian C. (anrxc)1
2011-02-21bat: fixed "no such device" for current and powerAdrian C. (anrxc)1
2011-02-15bat: added power_now supportAdrian C. (anrxc)1
Looks like current_now will eventually be deprecated. Thanks to Conrad Calmez for finding this bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532000
2010-10-29wifi: proper fix for SSID regexpAdrian C. (anrxc)1
2010-10-29gmail: inbox is now defaultAdrian C. (anrxc)1
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-28wifi: removed spurious bracket from SSID regexpAdrian C. (anrxc)1
2010-10-24wifi: properly handle disconnectsAdrian C. (anrxc)1
2010-10-19wifi: provide link quality in percentAdrian C. (anrxc)1
2010-10-12wifi: improved SSID regular expressionAmir Mohammad Saied1
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-04date: turn time widget argument into an offsetAdrian C. (anrxc)1
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-03date: accept time as a widget argumentAdrian C. (anrxc)1
Format custom time for example to calculate time zone differences, New York time relative to me would be widget argument: os.time()-21600
2010-08-29pkg: description updatedAdrian C. (anrxc)1
2010-08-22mpd: added some optional stats, commentedAdrian C. (anrxc)1
2010-08-22pkg: include FreeBSD supportAdrian C. (anrxc)1
2010-07-23TODO: solid multigraph support neededAdrian C. (anrxc)2
2010-07-19net: add operational state supportAdrian C. (anrxc)1
2010-07-10dio: add partition supportAdrian C. (anrxc)1
2010-04-28raid: removed permanent stats storageAdrian C. (anrxc)1
2010-04-21pkg: include Mandriva supportRémy CLOUARD1
This commit adds support for mandriva tools in the pkg widget through the use of urpmq --auto-select. Note: this command only checks for hdlists files available on the computer. To get "live" statistics one should run urpmi.update which has to be run with higher privileges. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2010-04-07uptime: simplified system load regexpAdrian C. (anrxc)1
2010-04-02widgets: reuse existing datasets where appropriateAdrian C. (anrxc)12
Gmail, mbox, raid, weather and wifi could return the old value in case there isn't new data, no need for N/A to be so common on our wibox.
2010-03-26raid: import raid state widget type by HagenAdrian C. (anrxc)2
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-19pkg: aptitude alternative to apt-show-versionsAdrian C. (anrxc)1
Key for aptitude is Ubuntu, as Debian users are more likely to have apt-show-versions.
2010-03-16bat: fixed module descriptionAdrian C. (anrxc)1
2010-03-15widgets: minor cleanup before a tag in cpuinf, fs, mbox...Adrian C. (anrxc)5
2010-03-15wifi: return 0 not N/A when channel is unavailableAdrian C. (anrxc)1
2010-03-15thermal: function argument is already localAdrian C. (anrxc)1
2010-03-15os: merge with entropy widget typeAdrian C. (anrxc)3
Operating System widget type now returns two additional values, 5th as available system entropy and 6th as available entropy in percent.
2010-03-15helpers: index subdirectories in pathtotable()Adrian C. (anrxc)1
2010-03-15bat: fix battery detectionAdrian C. (anrxc)1