From 4ff43cb9cd34bc1609797eaaa1775574fd0b6055 Mon Sep 17 00:00:00 2001 From: Periklis Fregkos Date: Thu, 26 Sep 2019 17:02:15 +0300 Subject: [PATCH] Update faces.py --- .../pwnagotchi/scripts/pwnagotchi/ui/faces.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py index cef952ce..a13eb739 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py @@ -1,17 +1,17 @@ -LOOK_R = '(⌐■︹■)' -LOOK_L = '(■︹■¬)' +LOOK_R = '(⌐■_■)' +LOOK_L = '(■_■¬)' SLEEP = '(⇀‿‿↼)' SLEEP2 = '(≖‿‿≖)' AWAKE = '(◕‿‿◕)' -BORED = '(一﹃一)' +BORED = '(-__-)' INTENSE = '(°▃▃°)' -COOL = '(⇀_◉┐)' +COOL = '(⊙☁◉┐)' HAPPY = '(•‿‿•)' EXCITED = '(ᵔ◡◡ᵔ)' MOTIVATED = '(☼‿‿☼)' -DEMOTIVATED = '(︶﹏︶)' -SMART = '(๑‿‿๑)' +DEMOTIVATED = '(≖__≖)' +SMART = '(✜‿‿✜)' LONELY = '(ب__ب)' -SAD = '(ಥ╭╮ಥ)' +SAD = '(╥☁╥ )' FRIEND = '(♥‿‿♥)' -BROKEN = '(✘‿‿✘)' +BROKEN = '(☓‿‿☓)'