75 lines
2.8 KiB
Plaintext
75 lines
2.8 KiB
Plaintext
commit 76b8978ef2d75ba8930ef263afb4a2d583c629c4
|
|
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
|
Date: Wed Jul 29 22:20:32 2009 +0200
|
|
|
|
Battery widget moved to batat.lua in preparation for a new bat widget.
|
|
|
|
It's time for a standalone battery widget that reads
|
|
/proc/acpi/battery/*/{info,state} alone. However the old battery
|
|
widget that uses 'acpitool' will not be deleted, let it serve as an
|
|
alternative widget as a convenience. Some might also prefer it over
|
|
reading multiple files in /proc
|
|
|
|
commit 9da374da4dbb53af6f01638410f3e2b8bd3763a7
|
|
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
|
Date: Wed Jul 29 20:51:56 2009 +0200
|
|
|
|
Updated the ChangeLog file.
|
|
|
|
commit 1f31527e8964dbf6407495370ceca37553c2f56f
|
|
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
|
Date: Wed Jul 29 20:13:40 2009 +0200
|
|
|
|
Next release, version 1.0.1.
|
|
|
|
commit 11baa09ab240e604929c0375cc9345e18e54d744
|
|
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
|
Date: Wed Jul 29 20:12:34 2009 +0200
|
|
|
|
Added the ChangeLog file.
|
|
|
|
commit 3eefddf8ab4ef32f2db34c4769609322063c6bb5
|
|
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
|
Date: Wed Jul 29 18:46:43 2009 +0200
|
|
|
|
Weather widget written and included, by request.
|
|
|
|
The widget uses 'wget' to grab the information. The Lua socket library
|
|
would be nicer, of course, but let's not introduce external libraries
|
|
at this point. Wget will write to stdout with a timeout of 5s. This
|
|
has the potential to block everything else in case of problems... But
|
|
let's not introduce temporary files at this point. Besides having to
|
|
handle files, operations while running on battery power are to be
|
|
avoided.
|
|
|
|
commit 95dd8de34d404e10a05169e381f382881097af89
|
|
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
|
Date: Wed Jul 29 18:06:19 2009 +0200
|
|
|
|
Make git ignore backup files and lua binaries.
|
|
|
|
commit 98e26ee0436822b00d4a6e707d86cf33d24bc00f
|
|
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
|
Date: Wed Jul 29 17:59:32 2009 +0200
|
|
|
|
Import of vicious source tree.
|
|
|
|
Vicious is a modular widget library for 'awesome' window manager,
|
|
derived from the 'Wicked' widget library.
|
|
|
|
Summary of changes:
|
|
* Original wicked code modularized
|
|
* Widgets ported from Wicked:
|
|
- CPU, MEM, FS, NET, Date, Uptime, MPD
|
|
* CPU widget rewritten, uses pattern matching
|
|
* MEM widget rewritten, uses pattern matching
|
|
- Swap widget merged with MEM widget type
|
|
* FS widget rewritten, uses pattern matching
|
|
- Also fixed padding in the process
|
|
* NET widget rewritten, uses pattern matching
|
|
* MPD widget rewritten, a bit more versatile
|
|
* Removed deprecated helper functions
|
|
* Widgets written for Vicious:
|
|
- Thermal, Battery, Mbox, OrgMode, Volume, Entropy,
|
|
Disk I/O, System Load, Wireless, Pacman, Maildir
|