diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py index cef952c..a13eb73 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 = '(☓‿‿☓)'