Refactor wibar code to declarative interface

This commit is contained in:
Alexander Gehrke 2020-05-14 20:42:44 +02:00
parent bc326bf84d
commit c72f1f1efa
4 changed files with 188 additions and 274 deletions

View file

@ -7,7 +7,8 @@ theme.wallpaper = "~/.wallpaper"
-- }}}
-- {{{ Styles
theme.fontface = "Menlo for Powerline"
theme.fontsize = math.floor(awful.screen.focused().dpi / 8)
--theme.fontface = "Terminus for Powerline"
theme.fontsize = math.floor(awful.screen.focused().dpi / 10)
theme.font = theme.fontface .. " " .. theme.fontsize
-- {{{ Colors