diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-01 11:28:07 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-01 11:28:07 +0530 |
commit | b9a497d860c968f074c9e8857e06794de361ff14 (patch) | |
tree | 8bf755df20e73be6008e567ee5a76f226480fede /awesome/theme.lua | |
parent | 8cc57947cfaf04effb41a2d9eb0410076d91d0ee (diff) |
changed the layout order
Diffstat (limited to 'awesome/theme.lua')
-rw-r--r-- | awesome/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/theme.lua b/awesome/theme.lua index 812194d9..b6cea768 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -7,7 +7,7 @@ local themes_path = gfs.get_themes_dir() local theme = {} -theme.font = "Roboto:style=Medium 9" -- "Ubuntu:style=Light 10" -- "sans 8" +theme.font = "Source Han Sans JP 8" -- "Ubuntu:style=Light 10" -- "sans 8" theme.bg_normal = "#444444" -- 6c7164 theme.bg_focus = "#d33682" |