From 1a394e4ce166f460982cb635c66ac487d60a562e Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 30 Sep 2009 21:10:01 +0200 Subject: git-diff --check fixes --- rc.lua | 2 +- scratchpad.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index f989253..6e30b55 100644 --- a/rc.lua +++ b/rc.lua @@ -245,7 +245,7 @@ orgmode = { future = '' }} -- Register widget -vicious.register(orgwidget, vicious.widgets.org, +vicious.register(orgwidget, vicious.widgets.org, orgmode.colors.past .. '$1|' .. orgmode.colors.today .. '$2|' .. orgmode.colors.soon .. '$3|' .. orgmode.colors.future .. '$4', 601, orgmode.files) diff --git a/scratchpad.lua b/scratchpad.lua index 47576d3..c196fc3 100644 --- a/scratchpad.lua +++ b/scratchpad.lua @@ -53,7 +53,7 @@ function set(c, width, height, sticky, screen) if width < 1 then width = screengeom.width * width end if height < 1 then height = screengeom.height * height end - + c:geometry({ -- Client is always centered on screen x = screengeom.x + (screengeom.width - width) / 2, y = screengeom.y + (screengeom.height - height) / 2, -- cgit v1.2.3