]>
git.madduck.net Git - etc/awesome.git/log
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
Luke Bonham [Sat, 7 Sep 2013 10:37:23 +0000 (03:37 -0700)]
Updated alsabar (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:37:03 +0000 (03:37 -0700)]
Created alsabar (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:34:00 +0000 (03:34 -0700)]
Created bat (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:33:28 +0000 (03:33 -0700)]
Created borderbox (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:30:54 +0000 (03:30 -0700)]
Created calendar (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:28:39 +0000 (03:28 -0700)]
Updated cpu (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:28:21 +0000 (03:28 -0700)]
Created cpu (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:27:10 +0000 (03:27 -0700)]
Created fs (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:26:19 +0000 (03:26 -0700)]
Updated imap (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:25:06 +0000 (03:25 -0700)]
Updated imap (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:24:05 +0000 (03:24 -0700)]
Created imap (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:20:25 +0000 (03:20 -0700)]
Updated Layouts (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:16:55 +0000 (03:16 -0700)]
Created Layouts (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:12:36 +0000 (03:12 -0700)]
Created maildir (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:11:44 +0000 (03:11 -0700)]
Created mem (markdown)
Luke Bonham [Sat, 7 Sep 2013 10:10:58 +0000 (03:10 -0700)]
Created To start (markdown)
luke bonham [Sat, 7 Sep 2013 10:06:42 +0000 (12:06 +0200)]
first commit
Luke Bonham [Sat, 7 Sep 2013 10:05:00 +0000 (03:05 -0700)]
Initial Commit
Luke Bonham [Sat, 7 Sep 2013 09:38:48 +0000 (02:38 -0700)]
Initial commit
daurnimator [Fri, 30 Aug 2013 19:44:59 +0000 (15:44 -0400)]
src/timetable: Fix month incrementing
daurnimator [Fri, 30 Aug 2013 18:29:59 +0000 (14:29 -0400)]
src/init: Export timetable from main module
daurnimator [Fri, 30 Aug 2013 18:29:41 +0000 (14:29 -0400)]
src/timetable: Comparison operators can take raw timestamps
daurnimator [Fri, 30 Aug 2013 18:28:10 +0000 (14:28 -0400)]
src/timetable: Add clone method
daurnimator [Fri, 30 Aug 2013 18:27:55 +0000 (14:27 -0400)]
src/timetable: Have `unpack_tm` and `new_timetable` optionally take/return yday and wday
daurnimator [Thu, 15 Aug 2013 22:15:47 +0000 (18:15 -0400)]
src/timetable: Normalise out of range months
daurnimator [Tue, 6 Aug 2013 00:39:54 +0000 (20:39 -0400)]
src/timetable: Multiplication is left associative, add brackets so that constants can be folded
daurnimator [Tue, 6 Aug 2013 00:31:21 +0000 (20:31 -0400)]
src/timetable: Fix missing string.format import
daurnimator [Wed, 24 Jul 2013 15:56:07 +0000 (11:56 -0400)]
src/timetable: Add new_from_timestamp function
daurnimator [Wed, 24 Jul 2013 15:55:16 +0000 (11:55 -0400)]
src/timetable: __eq was actually __lt; add __eq.
daurnimator [Wed, 24 Jul 2013 15:53:43 +0000 (11:53 -0400)]
spec/timetable_spec: Move native function to outer scope
daurnimator [Wed, 24 Jul 2013 15:53:24 +0000 (11:53 -0400)]
src/timetable: Fix timestamp function; add test
daurnimator [Wed, 24 Jul 2013 15:52:27 +0000 (11:52 -0400)]
src/timetable: Break out leap_years_since function from doomsday
daurnimator [Tue, 23 Jul 2013 23:04:46 +0000 (19:04 -0400)]
.travis.yml: debian doesn't support luajit and busted doesn't support 5.2..... damn
daurnimator [Tue, 23 Jul 2013 23:00:04 +0000 (19:00 -0400)]
.travis.yml: Test on multiple lua versions
daurnimator [Tue, 23 Jul 2013 22:54:07 +0000 (18:54 -0400)]
src/timetable: Add rfc_3339 method
daurnimator [Tue, 23 Jul 2013 22:53:47 +0000 (18:53 -0400)]
src/timetable: Add equality metamethod
daurnimator [Tue, 23 Jul 2013 22:53:09 +0000 (18:53 -0400)]
src/timetable: Add timestamp method
daurnimator [Tue, 23 Jul 2013 22:51:47 +0000 (18:51 -0400)]
src/timetable: Move normalise to be a method on timetable object
daurnimator [Tue, 23 Jul 2013 22:43:20 +0000 (18:43 -0400)]
src/timetable: Invent timetable object
daurnimator [Tue, 23 Jul 2013 22:17:00 +0000 (18:17 -0400)]
Add .travis.yml
daurnimator [Tue, 23 Jul 2013 21:21:57 +0000 (17:21 -0400)]
src/timetable: Move argument checking in normalise to own function
daurnimator [Tue, 23 Jul 2013 19:39:52 +0000 (15:39 -0400)]
Add src/timetable module (with tests)
daurnimator [Tue, 23 Jul 2013 15:17:47 +0000 (11:17 -0400)]
src/init: Expose gettime
daurnimator [Mon, 22 Jul 2013 21:48:55 +0000 (17:48 -0400)]
src/tzinfo: Add utctime function to convert local -> utc
daurnimator [Mon, 22 Jul 2013 21:48:25 +0000 (17:48 -0400)]
src/tzinfo: Fencepost bug
daurnimator [Mon, 22 Jul 2013 16:15:26 +0000 (12:15 -0400)]
src/: Fix gettime requiring
daurnimator [Mon, 22 Jul 2013 16:15:08 +0000 (12:15 -0400)]
src/tzcache: Add TODO
daurnimator [Fri, 12 Jul 2013 22:05:50 +0000 (18:05 -0400)]
Add rockspec
daurnimator [Fri, 12 Jul 2013 15:45:32 +0000 (11:45 -0400)]
Move source to subdirectory
daurnimator [Fri, 12 Jul 2013 15:42:59 +0000 (11:42 -0400)]
README: First commit
daurnimator [Fri, 12 Jul 2013 15:41:54 +0000 (11:41 -0400)]
Initial Commit
martin f. krafft [Mon, 22 Apr 2013 12:01:28 +0000 (14:01 +0200)]
improve nyxmms current notification
martin f. krafft [Wed, 3 Apr 2013 09:17:05 +0000 (11:17 +0200)]
fix mosh invocation
martin f. krafft [Wed, 27 Mar 2013 09:32:14 +0000 (10:32 +0100)]
use mosh for irc session
martin f. krafft [Wed, 27 Mar 2013 09:31:57 +0000 (10:31 +0100)]
t is for ontop
martin f. krafft [Wed, 27 Mar 2013 09:31:44 +0000 (10:31 +0100)]
require obvious clock
martin f. krafft [Wed, 27 Mar 2013 09:31:28 +0000 (10:31 +0100)]
fix xmms status
martin f. krafft [Tue, 30 Aug 2011 06:19:10 +0000 (08:19 +0200)]
tag and rule updates
martin f. krafft [Tue, 30 Aug 2011 06:17:57 +0000 (08:17 +0200)]
use obvious battery widget
martin f. krafft [Tue, 30 Aug 2011 06:17:21 +0000 (08:17 +0200)]
vicious not needed
martin f. krafft [Tue, 26 Oct 2010 18:00:59 +0000 (20:00 +0200)]
testing signals and urgency flags
martin f. krafft [Tue, 26 Oct 2010 18:00:51 +0000 (20:00 +0200)]
improved rules
martin f. krafft [Wed, 3 Mar 2010 08:20:52 +0000 (09:20 +0100)]
fix toggle play for nyxmms2
martin f. krafft [Wed, 3 Mar 2010 08:08:58 +0000 (09:08 +0100)]
do not honor size hints
martin f. krafft [Wed, 3 Mar 2010 08:08:49 +0000 (09:08 +0100)]
centred placement of dialogs
martin f. krafft [Mon, 1 Mar 2010 18:07:47 +0000 (19:07 +0100)]
use nyxmms2 client
martin f. krafft [Wed, 6 Jan 2010 03:34:12 +0000 (16:34 +1300)]
start new SSH session for IRC
martin f. krafft [Wed, 6 Jan 2010 03:25:48 +0000 (16:25 +1300)]
set wallpaper to bgstripes
martin f. krafft [Tue, 5 Jan 2010 03:04:23 +0000 (16:04 +1300)]
improve client rules
martin f. krafft [Tue, 5 Jan 2010 03:04:15 +0000 (16:04 +1300)]
remove unused rules table
martin f. krafft [Tue, 5 Jan 2010 03:03:50 +0000 (16:03 +1300)]
use irc ssh hostname instead of vera
martin f. krafft [Tue, 5 Jan 2010 03:03:28 +0000 (16:03 +1300)]
only activate tag 1/9 on triple-head
martin f. krafft [Tue, 5 Jan 2010 01:42:13 +0000 (02:42 +0100)]
use x-terminal-emulator, not urxvtc
martin f. krafft [Sat, 7 Nov 2009 13:17:49 +0000 (14:17 +0100)]
experimenting with rules
martin f. krafft [Sat, 7 Nov 2009 13:17:27 +0000 (14:17 +0100)]
use urxvtc for now, not x-terminal-emulator (#481123)
martin f. krafft [Sat, 7 Nov 2009 13:15:44 +0000 (14:15 +0100)]
remove symlink to ~/code awsetbg binary
martin f. krafft [Mon, 2 Nov 2009 11:36:32 +0000 (12:36 +0100)]
updates
martin f. krafft [Sat, 31 Oct 2009 19:09:44 +0000 (19:09 +0000)]
fix custom widgets for 3.4
martin f. krafft [Sun, 25 Oct 2009 13:38:03 +0000 (14:38 +0100)]
changes with 3.4
martin f. krafft [Sat, 5 Sep 2009 09:27:07 +0000 (11:27 +0200)]
remove calendar widget
martin f. krafft [Sat, 5 Sep 2009 09:27:00 +0000 (11:27 +0200)]
use awesome run instead of gmrun
martin f. krafft [Sat, 5 Sep 2009 09:26:44 +0000 (11:26 +0200)]
more intuitive key mappings
martin f. krafft [Sat, 5 Sep 2009 09:26:19 +0000 (11:26 +0200)]
make gscan2pdf floating
martin f. krafft [Fri, 3 Jul 2009 11:02:23 +0000 (13:02 +0200)]
fix xmms2 xmessage popups
martin f. krafft [Mon, 8 Jun 2009 15:12:41 +0000 (17:12 +0200)]
fix up screensaver spawning and add XF86ScreenSaver to blank
martin f. krafft [Wed, 27 May 2009 16:17:23 +0000 (18:17 +0200)]
follow config changes, fix numlock problem
martin f. krafft [Thu, 14 May 2009 16:02:15 +0000 (18:02 +0200)]
follow config changes
martin f. krafft [Thu, 9 Apr 2009 13:53:33 +0000 (15:53 +0200)]
improve battery status monitor
martin f. krafft [Mon, 23 Mar 2009 07:23:09 +0000 (08:23 +0100)]
reformat battery indicator
martin f. krafft [Sun, 1 Mar 2009 11:48:14 +0000 (12:48 +0100)]
new maximise API
martin f. krafft [Sun, 1 Mar 2009 11:48:03 +0000 (12:48 +0100)]
float clients on maximise
martin f. krafft [Sun, 1 Mar 2009 11:47:45 +0000 (12:47 +0100)]
new keybinding syntax
martin f. krafft [Mon, 23 Feb 2009 11:15:03 +0000 (12:15 +0100)]
use proper default layout
martin f. krafft [Mon, 23 Feb 2009 10:47:28 +0000 (11:47 +0100)]
follow config changes to 3.2~rc3-1
martin f. krafft [Mon, 23 Feb 2009 10:47:42 +0000 (11:47 +0100)]
remove trailing whitespace
martin f. krafft [Mon, 23 Feb 2009 10:44:40 +0000 (11:44 +0100)]
integrate bzed's calendar widget
martin f. krafft [Mon, 5 Jan 2009 18:26:10 +0000 (19:26 +0100)]
follow config changes for 3.1
martin f. krafft [Sat, 22 Nov 2008 09:35:16 +0000 (10:35 +0100)]
follow config changes
martin f. krafft [Sat, 22 Nov 2008 09:35:06 +0000 (10:35 +0100)]
add awsetbg to PATH
martin f. krafft [Tue, 11 Nov 2008 20:46:20 +0000 (21:46 +0100)]
fix wibox