summaryrefslogtreecommitdiff
path: root/theme.lua
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-04-12 19:32:19 -0500
committerTim Keller <tjkeller.xyz>2025-04-12 19:32:19 -0500
commit6a4e7e1e90e53fd7b4af50b971814fa290d2f5f2 (patch)
tree6d8c2648b24afbe7acda65fb3b8e8024e75a39e0 /theme.lua
parent507b819c9c9f6e77e8137f7a663e08da5e38908e (diff)
downloadawesome-6a4e7e1e90e53fd7b4af50b971814fa290d2f5f2.tar.xz
awesome-6a4e7e1e90e53fd7b4af50b971814fa290d2f5f2.zip
add beautiful margins
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)