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

@ -45,7 +45,7 @@ if file_exists(name) then
beautiful.wallpaper = name
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_cmd = terminal .. " -e " .. editor