diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index ec8366c2..70a91bbb 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -418,7 +418,7 @@ - name: install pwngrid 1.10.4 shell: "export GOPATH=$HOME/go && export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin && sudo make && sudo make install" args: - executables: /bin/bash + executable: /bin/bash chdir: /usr/local/src/pwngrid when: pwngrid.changed diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 7647ca23..4d05894f 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -40,7 +40,7 @@ class View(object): self._width = self._layout['width'] self._height = self._layout['height'] self._state = State(state={ - 'channel': LabeledValue(color=BLACK, label='CH', value='000', position=self._layout['channel'], + 'channel': LabeledValue(color=BLACK, label='CH', value='00', position=self._layout['channel'], label_font=fonts.Bold, text_font=fonts.Medium), 'aps': LabeledValue(color=BLACK, label='APS', value='0 (00)', position=self._layout['aps'],