summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-30 21:10:01 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-30 21:10:01 +0200
commit1a394e4ce166f460982cb635c66ac487d60a562e (patch)
treea7b2d6605befbbc5a807bbbca5b2e0ecbb47fc50
parent2d8c1e06d3fc042e49af0b6b599b9322a295f82a (diff)
downloadawesome-configs-1a394e4ce166f460982cb635c66ac487d60a562e.tar.xz
git-diff --check fixes
-rw-r--r--rc.lua2
-rw-r--r--scratchpad.lua2
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 = '<span color="'..beautiful.fg_netup_widget..'">'
}}
-- Register widget
-vicious.register(orgwidget, vicious.widgets.org,
+vicious.register(orgwidget, vicious.widgets.org,
orgmode.colors.past .. '$1</span>|' .. orgmode.colors.today .. '$2</span>|' ..
orgmode.colors.soon .. '$3</span>|' .. orgmode.colors.future .. '$4</span>',
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,