diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py index d8db3058..cef952ce 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 = '(■_■-)' -SLEEP = '(=‿‿=)' -SLEEP2 = '(◕‿‿-)' +LOOK_R = '(⌐■︹■)' +LOOK_L = '(■︹■¬)' +SLEEP = '(⇀‿‿↼)' +SLEEP2 = '(≖‿‿≖)' AWAKE = '(◕‿‿◕)' -BORED = '(-‿‿-)' -INTENSE = '(°‿‿°)' -COOL = '(⌐0_0)' -HAPPY = '(^‿‿^)' -EXCITED = '(*‿‿*)' -MOTIVATED = '(*‿‿*)' -DEMOTIVATED = '(╥__╥)' -SMART = '(^‿‿^)' -LONELY = '(╥__╥)' -SAD = '(╥__╥)' +BORED = '(一﹃一)' +INTENSE = '(°▃▃°)' +COOL = '(⇀_◉┐)' +HAPPY = '(•‿‿•)' +EXCITED = '(ᵔ◡◡ᵔ)' +MOTIVATED = '(☼‿‿☼)' +DEMOTIVATED = '(︶﹏︶)' +SMART = '(๑‿‿๑)' +LONELY = '(ب__ب)' +SAD = '(ಥ╭╮ಥ)' FRIEND = '(♥‿‿♥)' -BROKEN = '(x‿‿x)' +BROKEN = '(✘‿‿✘)'