summaryrefslogtreecommitdiff
path: root/john.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 04:38:09 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 04:38:09 +0100
commit255ec2a03d5110d2ae99551c3dd42a6dbcf7bf09 (patch)
tree0beb4f6c5ddcd6427052f2695051967f2488d7dd /john.lua
parentf5218ece59d046af7e6364c44d5d6ba890a58431 (diff)
launch john
Diffstat (limited to 'john.lua')
-rw-r--r--john.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/john.lua b/john.lua
index d4cb071..41d81fd 100644
--- a/john.lua
+++ b/john.lua
@@ -20,9 +20,8 @@ local W,H = fb:get_size()
local total_width = 0
for ix,iname in ipairs(monitors) do
local mon = peripheral.wrap(iname)
- total_width = total_width + (mon.getSize())*2 + 8
+ total_width = total_width + (mon.getSize())*2
end
-total_width = total_width - 8
local leftover = total_width - W
local xoffs = math.floor(leftover/2)