From 4d38d2cff510bed94b6aa856daae224f29c52f06 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Sat, 7 Mar 2015 20:32:23 +0100 Subject: [PATCH] Theme: Change font to something actually installed --- rc.lua | 2 +- theme.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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