From 10688ca7b0b5fe2dc1a2ba1ca685b38a2a30e298 Mon Sep 17 00:00:00 2001 From: spees Date: Thu, 17 Oct 2019 20:07:56 +0200 Subject: [PATCH] Moved BT status to prevent overlap with last recon total APS Signed-off-by: spees --- pwnagotchi/plugins/default/bt-tether.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/bt-tether.py b/pwnagotchi/plugins/default/bt-tether.py index 3f686f75..7c919aad 100644 --- a/pwnagotchi/plugins/default/bt-tether.py +++ b/pwnagotchi/plugins/default/bt-tether.py @@ -491,5 +491,5 @@ def on_ui_update(ui): def on_ui_setup(ui): - ui.add_element('bluetooth', LabeledValue(color=BLACK, label='BT', value='-', position=(ui.width() / 2 - 30, 0), + ui.add_element('bluetooth', LabeledValue(color=BLACK, label='BT', value='-', position=(ui.width() / 2 - 15, 0), label_font=fonts.Bold, text_font=fonts.Medium))