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] 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 = '(☼‿‿☼)'