Changed status bar to not show icons.
This commit is contained in:
parent
8964df3dcc
commit
90add68528
@ -48,8 +48,11 @@ theme.taglist_bg_focus = "#859900"
|
||||
theme.taglist_fg_focus = "#002b36"
|
||||
theme.taglist_fg_empty = "#586e75"
|
||||
|
||||
-- Tasklist
|
||||
theme.tasklist_disable_icon = true
|
||||
|
||||
-- Generate taglist squares:
|
||||
local taglist_square_size = dpi(5)
|
||||
local taglist_square_size = dpi(3)
|
||||
theme.taglist_squares_sel = theme_assets.taglist_squares_sel(
|
||||
taglist_square_size, theme.fg_normal
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user