Commit Graph

95 Commits

Author SHA1 Message Date
Adrian C. (anrxc) eadf0c93e1 Caching is controlled by users 2009-09-25 21:16:55 +02:00
Adrian C. (anrxc) 09457245e9 README: minor fix in mem widget example 2009-09-24 16:12:20 +02:00
Adrian C. (anrxc) 51d52551a3 README: include pbar/graph properties in examples 2009-09-21 02:01:12 +02:00
Adrian C. (anrxc) c9fba4e0d2 Widgets derived from wicked include a notice 2009-09-20 23:16:10 +02:00
Adrian C. (anrxc) ba6dfaebaf Next release, tag 1.0.15 2009-09-20 15:32:16 +02:00
Adrian C. (anrxc) 1707bc6671 README: rewritten and now includes the "Power" section 2009-09-20 15:30:30 +02:00
Adrian C. (anrxc) e205d6607b CHANGES: changelog update
Forgot to do it for the 1.0.14 tag.
2009-09-19 22:33:56 +02:00
Adrian C. (anrxc) 9ca9e2f421 Next release, tag 1.0.14 2009-09-19 21:41:53 +02:00
Adrian C. (anrxc) 68b30a3cc7 init: Default to 2s timer 2009-09-19 17:31:52 +02:00
Adrian C. (anrxc) bc3cf45da0 README: mpd format function simplified 2009-09-18 00:13:20 +02:00
Adrian C. (anrxc) 7410bc0086 Entropy widget cleaned up 2009-09-15 00:41:28 +02:00
Adrian C. (anrxc) 549c8bc5ba Remote file systems in fs widget are optional
By default only local file systems are included now. In case a mounted
NFS share dissapears from the network the widget would be left hanging
there and has the potential to block everything else (including
awesome it self). File system widget now takes an optional argument
which, if true, will include remote file systems.
2009-09-14 20:55:53 +02:00
Adrian C. (anrxc) 2a5126f4f0 General cleanup 2009-09-14 17:25:23 +02:00
Adrian C. (anrxc) 4f3599db00 README: fixed CPU widget example 2009-09-13 00:46:22 +02:00
Adrian C. (anrxc) 1603b5fe82 Curl connect timeout 1s, max time 3s 2009-09-10 17:04:41 +02:00
Adrian C. (anrxc) a950bd95d6 Next release, tag 1.0.13 2009-09-08 23:00:35 +02:00
Adrian C. (anrxc) 161607e517 Gmail widget included
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-09-08 22:46:59 +02:00
Adrian C. (anrxc) e5c980e58a CHANGES file switched to 'oneline' short format
Now that vicious git repo is served trough a public web interface
there is no need for a full changelog. I considered removing it
completely, but it will have to wait - before the web interface
tarballed tags were requested much more than the repo was
cloned. Maybe that will change now, in which case the file should be
removed and stop wasting space.
2009-09-07 23:02:56 +02:00
Adrian C. (anrxc) fbc3f147f1 Updated links in the README 2009-09-06 00:25:22 +02:00
Adrian C. (anrxc) 13527a38e8 Match all punctuation chars in fs partitions and mount points.
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-08-27 12:46:08 +02:00
Adrian C. (anrxc) 0ca1fd3cf3 Match punctuation characters in wifi SSID. 2009-08-27 12:43:12 +02:00
Adrian C. (anrxc) cb36f742de Next release, tag 1.0.12. 2009-08-27 04:01:44 +02:00
Adrian C. (anrxc) 11b433c73b README updated in preparation for release 1.0.12.
Vicious tags from 1.0.12 will not be compatibile with awesome versions
prior to 3.4, tag 1.0.11 was the last one. Vicious was ported to the
new timer signals infrastructure and there is no backward
compatibility with hooks. In 1.0.12 even those C widgets that are
deprecated in awesome 3.4 (to be removed in 3.5) will not be
supported. Use awful.widget.progressbar and awful.widget.graph.
2009-08-27 03:37:34 +02:00
Adrian C. (anrxc) 2cc4e9701c Removed deprecated data field. 2009-08-27 01:04:47 +02:00
Adrian C. (anrxc) e7c2e2c2a8 Updated graphs and pbars for the upcoming awesome 3.4 2009-08-27 01:04:14 +02:00
Adrian C. (anrxc) 853fafcdd3 Updated timers for the upcoming awesome 3.4 2009-08-27 01:03:51 +02:00
Adrian C. (anrxc) 53b2799cad Next release, tag 1.0.11. 2009-08-27 00:49:18 +02:00
Adrian C. (anrxc) c283edc6cc Updated link to wicked home. 2009-08-25 15:14:40 +02:00
Adrian C. (anrxc) 0067dca898 Removed emtpy lines from mpd.lua 2009-08-21 17:16:50 +02:00
Adrian C. (anrxc) 5e3b953175 Link to wicked and add Joerg as contributor. 2009-08-21 17:09:06 +02:00
Adrian C. (anrxc) 4330375cb7 Next release, tag 1.0.10. 2009-08-17 21:38:03 +02:00
Adrian C. (anrxc) 44cd53f388 Updated the CHANGES file in preparation for a new tag.
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-17 21:34:36 +02:00
Joerg Jaspert 7ad474bcbc Use of LANG=C and improved matching in fs.lua.
- 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-16 13:10:39 +02:00
Adrian C. (anrxc) f8eb93a656 Mention ICAO as the wanted code in the weather widget. 2009-08-12 23:34:55 +02:00
Adrian C. (anrxc) 376591ecc1 Added laptop-mode note to the README. 2009-08-10 02:33:16 +02:00
Adrian C. (anrxc) e5181cc09b Next release, tag 1.0.9. 2009-08-08 17:58:29 +02:00
Adrian C. (anrxc) 03693e7aa1 Renamed unused loop identifiers to _ 2009-08-08 17:42:28 +02:00
Adrian C. (anrxc) 9f75b0dc9d Spurious folds removed from helpers. 2009-08-07 23:23:07 +02:00
Adrian C. (anrxc) 41d4acb7a2 Truncate helper, txtlen is local. 2009-08-07 23:19:50 +02:00
Adrian C. (anrxc) 3b3e0dc7cf CHANGES file updated. Will probably switch to shortlog. 2009-08-07 17:50:06 +02:00
Adrian C. (anrxc) d4595bb00f All worker functions are local. 2009-08-07 17:41:10 +02:00
Adrian C. (anrxc) 8b38567d75 Added missing poolsize info to the README + minor change in fs.lua 2009-08-06 22:03:21 +02:00
Adrian C. (anrxc) 798036e445 Changed fs widget type description. 2009-08-06 21:59:12 +02:00
Adrian C. (anrxc) 8d59a01cf6 Next release, tag 1.0.8. 2009-08-06 18:21:13 +02:00
Adrian C. (anrxc) d2d244f3aa CPU Information widget included.
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}.
2009-08-06 18:18:45 +02:00
Adrian C. (anrxc) cbd9a53fbc Next release, tag 1.0.7. 2009-08-06 02:41:46 +02:00
Adrian C. (anrxc) 013dd08225 HDD Temperature widget included.
Widget uses the hddtemp daemon to return the temperatures for all
available hard drives. It uses curl and connects to the daemon over
telnet.
2009-08-06 02:26:23 +02:00
Adrian C. (anrxc) 515cc0dd6b Weather widget switched to curl.
It is somewhat lighter, faster and simpler than wget. It is as common
as wget these days... from GnuPG to Git and Gimp, they all depend on
it, and we all have it installed.
2009-08-06 01:50:50 +02:00
Adrian C. (anrxc) 477b8d284a CHANGES file updated before the next push. 2009-08-05 23:08:47 +02:00
Adrian C. (anrxc) f14280bf9c Pacman widget updated for pacman 3.3.
Pacman 3.3 returns one package on a line, without any other
information. So now we count lines, while before the list of packages
was provided on one line along with the number of updates - so we
didn't have to count them. Old code was commented out, and is waiting
for removal.
2009-08-05 22:53:42 +02:00