From fcc3869022c2dae460fb3e84d50ab6d71cc9e328 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 9 Jul 2012 00:38:51 +0200 Subject: [PATCH] theme: double the border width --- rc/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/theme.lua b/rc/theme.lua index f36bbab..c22faef 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -4,7 +4,7 @@ local theme = loadrc("../themes/nice-and-clean-theme/theme") if theme then theme.wallpaper_cmd = { "/bin/true" } theme.font = "DejaVu Sans 9" - theme.border_width = 2 + theme.border_width = 4 theme.border_normal = "#00000000" theme.border_focus = theme.border_focus .. "66" theme.border_marked = theme.border_marked .. "66"