Refactor wibar code to declarative interface
This commit is contained in:
parent
bc326bf84d
commit
c72f1f1efa
4 changed files with 188 additions and 274 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue