Theme: Change font to something actually installed
This commit is contained in:
parent
379745801b
commit
4d38d2cff5
2 changed files with 2 additions and 2 deletions
2
rc.lua
2
rc.lua
|
@ -52,7 +52,7 @@ for s = 1, screen.count() do
|
|||
widgets.add.spacer(rtop)
|
||||
widgets.add.systray(rtop)
|
||||
|
||||
widgets.set_spacer_text(" ◈ ")
|
||||
widgets.set_spacer_text(" ◈ ")
|
||||
end
|
||||
-- }}}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ theme = {}
|
|||
theme.wallpaper = "~/.wallpaper"
|
||||
-- }}}
|
||||
-- {{{ Styles
|
||||
theme.fontface = "Meslo for Powerline"
|
||||
theme.fontface = "Dina"
|
||||
theme.fontsize = 8
|
||||
theme.font = theme.fontface .. " " .. theme.fontsize
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue