integrate theme

This commit is contained in:
Ryan Thomas 2022-02-14 13:42:02 -05:00
parent 88c772ed86
commit 900306a2c2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ local systray_hints = {
highlight = b.systray_hints_bg_highlight or "#aa53aa",
highlight_alt = b.systray_hints_bg_highlight_alt or "#426f5a",
color = b.systray_hints_fg or b.taglist_fg_occupied or "#fdf6e3",
bordercolor = "#fdf6e333",
bordercolor = b.systray_hints_border or "#fdf6e333",
spacing = 1,
mouse_buttons = { "Left", "Up", "Right" },
default_button = 3,