summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2015-03-04 04:40:07 +0100
committerWuzzy <almikes@aol.com>2015-03-04 04:40:07 +0100
commite5d1e21a41feb63f5226550cc1b5080b80dc1bc1 (patch)
tree0e827b47bac7aa7446f1de90194aa32f741b8c77 /init.lua
parentc5654808ca2f0d61ea1608208ba85f82cd8df74a (diff)
Adjust default HUD bars position for MT 0.4.12
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index f268921..868d9dc 100644
--- a/init.lua
+++ b/init.lua
@@ -13,8 +13,8 @@ hb.settings.max_bar_length = 160
-- statbar positions
hb.settings.pos_left = { x=0.5, y=1 }
hb.settings.pos_right= { x = 0.5, y = 1 }
-hb.settings.start_offset_left = { x = -175, y = -70 }
-hb.settings.start_offset_right = { x = 15, y = -70 }
+hb.settings.start_offset_left = { x = -175, y = -86 }
+hb.settings.start_offset_right = { x = 15, y = -86 }
hb.settings.vmargin = 24
hb.settings.tick = 0.1