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)