switched font to source code pro

This commit is contained in:
Johannes Findeisen 2017-04-10 16:48:25 +02:00
commit b69a518781
3 changed files with 6 additions and 4 deletions

View file

@ -2,8 +2,10 @@ private = {}
private.thermal_zone = "thermal_zone1" private.thermal_zone = "thermal_zone1"
private.net_device = "wlp4s0" private.net_device = "wlp4s0"
private.battery = {"BAT0", "BAT1"} private.battery = {"BAT0", "BAT1"}
private.font_awesome = "11" private.font_awesome = "Source Code Pro"
private.font_xterm = "13" private.font_awesome_size = "10"
private.font_xterm = "Source Code Pro Semibold"
private.font_xterm_size = "13"
private.autostart = { private.autostart = {
"kalu", "kalu",
"amor", "amor",

View file

@ -45,7 +45,7 @@ if file_exists(name) then
beautiful.wallpaper = name beautiful.wallpaper = name
end end
terminal = '/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange -fa "Noto Mono" -fs '..private.font_xterm terminal = '/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange -fa "'..private.font_xterm..'" -fs '..private.font_xterm_size
editor = "/usr/bin/vim" editor = "/usr/bin/vim"
editor_cmd = terminal .. " -e " .. editor editor_cmd = terminal .. " -e " .. editor

View file

@ -3,7 +3,7 @@
------------------------- -------------------------
theme = {} theme = {}
theme.font = "sans "..private.font_awesome theme.font = private.font_awesome.." "..private.font_awesome_size
theme.bg_normal = "#222222" theme.bg_normal = "#222222"
theme.bg_focus = "#222222" theme.bg_focus = "#222222"