Commit Graph

677 Commits

Author SHA1 Message Date
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
Adrian C. (anrxc) b46278a746 Lower the wget timeout to 3s in weather.lua 2009-08-05 22:44:47 +02:00
Adrian C. (anrxc) eaf8470111 Cleaned up sample widgets in the README 2009-08-05 22:33:44 +02:00
Adrian C. (anrxc) 44aea404c7 Remove a spurious comment from helpers.lua 2009-08-05 22:21:37 +02:00
Adrian C. (anrxc) 3c76e0ddd2 Introduced the truncate helper.
Function takes two arguments, the text to be truncated and the max
lenght. Last three characters will be replaced by "...". Mbox and MPD
widgets that previously did it them selves are now using this helper.
2009-08-05 22:11:11 +02:00
Adrian C. (anrxc) 2d0cbf562e Fixed the weather widget, wind km/h was broken. 2009-08-05 21:58:04 +02:00
Adrian C. (anrxc) 4c74de711f Padding removed, along with deprecated helper functions.
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-05 21:50:41 +02:00
Adrian C. (anrxc) 2d4efa6893 Minor cleanup in init.lua 2009-08-05 21:19:41 +02:00
Adrian C. (anrxc) 22033bae53 Disallow using a string widget type. 2009-08-05 19:20:32 +02:00
Adrian C. (anrxc) 756215f020 Next release, tag 1.0.6. 2009-08-03 04:43:53 +02:00
Adrian C. (anrxc) 5909d9eacb Updated the CHANGES file in preparation for tag v1.0.6. 2009-08-03 04:42:08 +02:00
Adrian C. (anrxc) cef569b6f1 CPU frequency widget included.
The cpufreq widget supplements the cpu widget. It returns the current
CPU scaling frequency (in MHz and GHz), voltage (in mV and V) and
governor information for a requested CPU. If supported by the
processor and correct kernel modules are loaded.
2009-08-03 04:40:55 +02:00
Adrian C. (anrxc) 3fe67d4311 Coding style changes in entropy, load, thermal, uptime. 2009-08-03 04:33:18 +02:00
Adrian C. (anrxc) 09fda0ab05 Rewrite of the escape helper.
It is simillar to the awful.util.escape now, using a table which we
could expand (and rename) with other unwated characters if it comes to
that. I saw awesome break on many occasions because of encoding
problems.
2009-08-03 04:29:06 +02:00
Adrian C. (anrxc) 047dba0e5d Next release, version/tag 1.0.5. 2009-08-01 23:15:09 +02:00
Adrian C. (anrxc) cad950a838 Updated the CHANGES file in preparation for tag v1.0.5. 2009-08-01 23:13:29 +02:00
Adrian C. (anrxc) 418151f57e Make all widgets return their worker functions when called. 2009-08-01 23:11:41 +02:00
Adrian C. (anrxc) 1630b786d4 Added wind speed in km/h to the weather widget. 2009-08-01 06:20:31 +02:00
Adrian C. (anrxc) f841c540d4 Updated the CHANGES file. 2009-07-31 21:53:58 +02:00