Making Awesome bar look better

This commit is contained in:
Chris Cochrun 2021-04-19 05:57:06 -05:00
parent 766bf7f52f
commit deef4f3192
6 changed files with 85 additions and 26 deletions

View file

@ -37,14 +37,14 @@ theme.base0F = "#b2643c"
theme.bg_normal = theme.base00
theme.bg_light = theme.base01
theme.bg_focus = theme.base0D -- Base02
theme.bg_minimize = "#78787e"
theme.bg_minimize = theme.base02
theme.bg_urgent = "#ff5c57"
theme.bg_systray = theme.bg_normal
theme.bg_systray = theme.transparent
theme.fg_normal = "#a5a5a9"
theme.fg_focus = theme.base02
theme.fg_normal = theme.base05
theme.fg_focus = theme.base03
theme.fg_urgent = "#e2e4e5"
theme.fg_minimize = "#e2e4e5"
theme.fg_minimize = theme.base04
theme.red = "#ff5c57"
@ -67,7 +67,8 @@ theme.master_width_factor = 0.65
-- prompt_[fg|bg|fg_cursor|bg_cursor|font]
-- hotkeys_[bg|fg|border_width|border_color|shape|opacity|modifiers_fg|label_bg|label_fg|group_margin|font|description_font]
-- Example:
--theme.taglist_bg_focus = "#ff0000"
theme.taglist_bg = theme.base00
theme.taglist_shape = gears.shape.rounded_bar
-- Generate taglist squares:
local taglist_square_size = dpi(0)