From: Samir Benmendil Date: Tue, 9 Dec 2014 21:15:05 +0000 (+0000) Subject: awesome: use droid sans instead of some generic sans X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6b1323384afd25a30213b420b3607c140f51d62c?ds=inline awesome: use droid sans instead of some generic sans --- diff --git a/awesome/themes/mlp/theme.lua b/awesome/themes/mlp/theme.lua index 5f0ccf7..fe6df28 100644 --- a/awesome/themes/mlp/theme.lua +++ b/awesome/themes/mlp/theme.lua @@ -6,7 +6,7 @@ theme = {} theme.path = awful.util.getdir("config").."/themes/mlp" -theme.font = "sans 8" +theme.font = "Droid Sans 8" theme.bg_normal = "#222222" theme.bg_focus = "#535d6c"