From f85d80d3fdc250202483bccd2893f333439100a6 Mon Sep 17 00:00:00 2001
From: dadav <33197631+dadav@users.noreply.github.com>
Date: Mon, 14 Oct 2019 22:43:12 +0200
Subject: [PATCH 1/2] Use the coolest face for the cool emotion

---
 pwnagotchi/ui/faces.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pwnagotchi/ui/faces.py b/pwnagotchi/ui/faces.py
index 1e09be1..48f98d8 100644
--- a/pwnagotchi/ui/faces.py
+++ b/pwnagotchi/ui/faces.py
@@ -5,7 +5,7 @@ SLEEP2 = '(≖‿‿≖)'
 AWAKE = '(◕‿‿◕)'
 BORED = '(-__-)'
 INTENSE = '(°▃▃°)'
-COOL = '(⊙☁◉┐)'
+COOL = '(⌐■_■)'
 HAPPY = '(•‿‿•)'
 EXCITED = '(ᵔ◡◡ᵔ)'
 MOTIVATED = '(☼‿‿☼)'

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 2/2] 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 48f98d8..4f80e5c 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 = '(◕‿‿◕)'