diff --git a/.config/awesome/private.lua.example b/.config/awesome/private.lua.example index 17c8b6ca..6920b611 100644 --- a/.config/awesome/private.lua.example +++ b/.config/awesome/private.lua.example @@ -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", diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index eb98b39b..83fa12c7 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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 diff --git a/.config/awesome/themes/hanez/theme.lua b/.config/awesome/themes/hanez/theme.lua index 56b63526..82a31714 100644 --- a/.config/awesome/themes/hanez/theme.lua +++ b/.config/awesome/themes/hanez/theme.lua @@ -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"