diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/ui/faces.py index d8db305..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 = '(■_■-)' -SLEEP = '(=‿‿=)' -SLEEP2 = '(◕‿‿-)' +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 = '(☓‿‿☓)'