aboutsummaryrefslogtreecommitdiff
path: root/awesome/theme.lua
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-01 11:28:07 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-11-01 11:28:07 +0530
commitb9a497d860c968f074c9e8857e06794de361ff14 (patch)
tree8bf755df20e73be6008e567ee5a76f226480fede /awesome/theme.lua
parent8cc57947cfaf04effb41a2d9eb0410076d91d0ee (diff)
changed the layout order
Diffstat (limited to 'awesome/theme.lua')
-rw-r--r--awesome/theme.lua2
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"