switched font to source code pro
This commit is contained in:
parent
83b74df52f
commit
b69a518781
3 changed files with 6 additions and 4 deletions
|
|
@ -2,8 +2,10 @@ private = {}
|
|||
private.thermal_zone = "thermal_zone1"
|
||||
private.net_device = "wlp4s0"
|
||||
private.battery = {"BAT0", "BAT1"}
|
||||
private.font_awesome = "11"
|
||||
private.font_xterm = "13"
|
||||
private.font_awesome = "Source Code Pro"
|
||||
private.font_awesome_size = "10"
|
||||
private.font_xterm = "Source Code Pro Semibold"
|
||||
private.font_xterm_size = "13"
|
||||
private.autostart = {
|
||||
"kalu",
|
||||
"amor",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------
|
||||
theme = {}
|
||||
|
||||
theme.font = "sans "..private.font_awesome
|
||||
theme.font = private.font_awesome.." "..private.font_awesome_size
|
||||
|
||||
theme.bg_normal = "#222222"
|
||||
theme.bg_focus = "#222222"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue