diff --git a/rc.lua b/rc.lua index cfae880..381e6f6 100644 --- a/rc.lua +++ b/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 -- }}} diff --git a/theme.lua b/theme.lua index d7e7367..ce49687 100644 --- a/theme.lua +++ b/theme.lua @@ -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