From 16f54c424b14fdcac5e1b0eed2d8e8d16a8d2d3c Mon Sep 17 00:00:00 2001 From: Cynthia Date: Thu, 22 Dec 2022 15:38:03 -0700 Subject: [PATCH] awesome: set systray spacing --- linux/.config/awesome/modules/theme.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/.config/awesome/modules/theme.lua b/linux/.config/awesome/modules/theme.lua index c6e68d3..9681e5c 100644 --- a/linux/.config/awesome/modules/theme.lua +++ b/linux/.config/awesome/modules/theme.lua @@ -27,6 +27,8 @@ end theme.menu_height = 16 theme.menu_width = 128 +theme.systray_icon_spacing = 2 + theme = beautiful.theme_assets.recolor_titlebar(theme, theme.win9x_buttons_unfocus or theme.win9x_unfocus, "normal") theme = beautiful.theme_assets.recolor_titlebar(theme, theme.win9x_buttons or theme.fg_focus, "focus") theme = beautiful.theme_assets.recolor_layout(theme, theme.layout_fg)