aboutsummaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)AuthorFiles
2014-12-28new gears.timerblastmaster1
timer implementation move from c to lua. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2013-12-15init: stop allocating reg table functions with propertiesAdrian C. (anrxc)1
This partly reverts commit f1844decefb because a user reported seeing nil passed as the object to the reg.update() function.
2013-12-15Revert "init: emit timeout instead of forced update"Adrian C. (anrxc)1
This reverts commit 932bd8dfc because with shared timers feature from commit 211d4509 shared timer emitting timeout can update all shared objects.
2013-11-23init: share timers when possibleDodo1
We need time to give this a proper test with various usage scenarios; multiple screens (and thus widget object instances), widgets suspending and resuming and so on. Most benefits should come from running on battery power (and if not suspending all widgets but Battery it self on battery power), with less wake-ups. Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2012-06-25contrib: initialization bugfix after lua52 portAdrian C. (anrxc)1
The _NAME field was missing in the contrib table. Thanks to Jorg Thalheim for reporting this.
2012-06-18Ported vicious module to lua 5.2Arvydas Sidorenko1
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-08-18vicious: cleanup tabs and bad intendationAdrian C. (anrxc)1
2011-08-18Allocate reg table with all values in one shotJoerg T. (Mic92)1
2010-10-09init: emit timeout instead of forced updateAdrian C. (anrxc)1
2010-10-08init: add set_markup supportAdrian C. (anrxc)1
2010-09-14init: add connect_signal support, patch by UliAdrian C. (anrxc)1
2010-09-13init: comment connect_signal for users of awesome masterAdrian C. (anrxc)1
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-08-29init: import contrib widgets, commentedAdrian C. (anrxc)1
2010-03-14API: transform widgets namespace table to a directoryAdrian C. (anrxc)1
2010-03-13init: never pass string to awful.widget widgetsAdrian C. (anrxc)1
2010-03-13init: missing widget type should not break awesomeAdrian C. (anrxc)1
2010-03-12os: import operating system information widgetAdrian C. (anrxc)1
This widget type returns 1st value as the operating system in use, 2nd as the release version, 3rd as your username and 4th the hostname.
2010-03-07init: never pass nil into awful.widget widgetsAdrian C. (anrxc)1
2010-03-07init: do not use keyword type for user dataAdrian C. (anrxc)1
2010-03-07API: added force() function to force update widgetsAdrian C. (anrxc)1
New function introduced vicious.force({ widget, }) - widget argument is a table with one or more widgets that will be updated.
2010-03-07API: regregister() and update() are not exposedAdrian C. (anrxc)1
2010-03-07API: function enable_caching() is now cache()Adrian C. (anrxc)1
2010-02-04pkg: pacman moved to generic packages moduleAdrian C. (anrxc)1
2010-01-02vicious: update copyrightAdrian C. (anrxc)1
2009-11-11uptime: merged with load widget typeAdrian C. (anrxc)1
Total uptime and seconds are no longer returned. Returns are now: days, hours, minutes, load avg 1, load avg 5 and load avg 15.
2009-11-11bat: widget rewritten for sysfsAdrian C. (anrxc)1
This also means that it replaces batsys, and we are left with only one, universal, battery widget.
2009-11-10batat: widget type removed, now available in the contrib branchAdrian C. (anrxc)1
This was one of the first widgets on top of Wicked, now that we have both procfs and sysfs covered there is no need to keep it in master.
2009-11-10batsys: import battery widget that uses sysfsAdrian C. (anrxc)1
Initial widget code was sent by Benedikt Sauer. After some cleanup it is ready to go into master. It uses data exposed trough /sys and it is used in the exact same way as the bat widget (and /proc). This widget will replace batat and acpitool, it will be moved to contrib and retired.
2009-11-04De-obfuscate e-mail addressAdrian C. (anrxc)1
2009-10-20Adapt to awful.widget.graph max_value of 1Adrian C. (anrxc)1
Vicious will now divide values by 100 to match the default graph max_value of 1. Graphs support changing this value, but progressbars don't. We shouldn't use 100 for one and 1 for the other.
2009-10-04Reworked some variables in entropy, load, mpd, net, initAdrian C. (anrxc)1
2009-09-29Rewrote all headersAdrian C. (anrxc)1
2009-09-25Caching is controlled by usersAdrian C. (anrxc)1
2009-09-20Widgets derived from wicked include a noticeAdrian C. (anrxc)1
2009-09-19init: Default to 2s timerAdrian C. (anrxc)1
2009-09-14General cleanupAdrian C. (anrxc)1
2009-09-08Gmail widget includedAdrian C. (anrxc)1
Widget returns the count of new and subject of last e-mail in a Gmail inbox. Use ${count} and ${subject} in the format string to retrieve the values. Widget takes a table with login information as an argument. I don't like how gmail widgets handle sensitive data but I gave in seeing how popular they are. Better storing and handling of login information would be in order but this isn't Python and I'm out of ideas. For now use it on your own responsability, I would suggest to set login info directly in the widget and file as read-only by user.
2009-08-27Removed deprecated data field.Adrian C. (anrxc)1
2009-08-27Updated graphs and pbars for the upcoming awesome 3.4Adrian C. (anrxc)1
2009-08-27Updated timers for the upcoming awesome 3.4Adrian C. (anrxc)1
2009-08-25Updated link to wicked home.Adrian C. (anrxc)1
2009-08-21Link to wicked and add Joerg as contributor.Adrian C. (anrxc)1
2009-08-08Renamed unused loop identifiers to _Adrian C. (anrxc)1
2009-08-06Changed fs widget type description.Adrian C. (anrxc)1
2009-08-06Next release, tag 1.0.8.v1.0.8Adrian C. (anrxc)1
2009-08-06Next release, tag 1.0.7.v1.0.7Adrian C. (anrxc)1
2009-08-05Padding removed, along with deprecated helper functions.Adrian C. (anrxc)1
If you have any use for it then continue using an older vicious tag, or keep maintaining it in your local vicious copy.
2009-08-05Minor cleanup in init.luaAdrian C. (anrxc)1
2009-08-05Disallow using a string widget type.Adrian C. (anrxc)1
2009-08-03Next release, tag 1.0.6.v1.0.6Adrian C. (anrxc)1