From 272ecb6f4b3549bcd342a2734c2e0cd39ef2ed60 Mon Sep 17 00:00:00 2001 From: Periklis Fregkos Date: Tue, 24 Sep 2019 16:56:58 +0300 Subject: [PATCH] New faces with more emotion DejaVu Sans Mono compatible --- .../pwnagotchi/scripts/pwnagotchi/ui/faces.py | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 = '(✘‿‿✘)'