From 272ecb6f4b3549bcd342a2734c2e0cd39ef2ed60 Mon Sep 17 00:00:00 2001 From: Periklis Fregkos Date: Tue, 24 Sep 2019 16:56:58 +0300 Subject: [PATCH 1/2] 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 = '(✘‿‿✘)' From 4ff43cb9cd34bc1609797eaaa1775574fd0b6055 Mon Sep 17 00:00:00 2001 From: Periklis Fregkos Date: Thu, 26 Sep 2019 17:02:15 +0300 Subject: [PATCH 2/2] 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 = '(☓‿‿☓)'