summaryrefslogtreecommitdiff
path: root/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'theme.lua')
-rw-r--r--theme.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme.lua b/theme.lua
index d5d8c81..5b07b17 100644
--- a/theme.lua
+++ b/theme.lua
@@ -53,6 +53,10 @@ beautiful.slider_handle_border_width = 1
-- progressbar
beautiful.progressbar_fg = beautiful.border_focus
+-- margins
+beautiful.margin_leftright = beautiful.xresources.apply_dpi(5)
+beautiful.margin_topbottom = beautiful.xresources.apply_dpi(3)
+
-- set border on clients
client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)