From 8a1aad1a99b2b3c891f04197d5042dd392e048cc Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Thu, 17 Oct 2019 13:05:47 +0200 Subject: [PATCH] changed left and right faces --- pwnagotchi/ui/faces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/faces.py b/pwnagotchi/ui/faces.py index 48f98d89..4f80e5ca 100644 --- a/pwnagotchi/ui/faces.py +++ b/pwnagotchi/ui/faces.py @@ -1,5 +1,5 @@ -LOOK_R = '(⌐■_■)' -LOOK_L = '(■_■¬)' +LOOK_R = '( ⚆_⚆)' +LOOK_L = '(☉_☉ )' SLEEP = '(⇀‿‿↼)' SLEEP2 = '(≖‿‿≖)' AWAKE = '(◕‿‿◕)'