From aed2725cb3f97c7eccf19928bb92441c075468d1 Mon Sep 17 00:00:00 2001 From: Aseem Athale Date: Mon, 22 May 2023 14:16:27 +0530 Subject: [PATCH] patches/gitstatus: Fix nerd fonts broken by 3.0.0 update Signed-off-by: Aseem Athale --- patches/gitstatus/mainline.diff | 4 ++-- patches/gitstatus/namefirst.diff | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/patches/gitstatus/mainline.diff b/patches/gitstatus/mainline.diff index 9a0c583b..051b2c79 100644 --- a/patches/gitstatus/mainline.diff +++ b/patches/gitstatus/mainline.diff @@ -18,10 +18,10 @@ index 83ecdb90..4397944a 100644 +#define GIT_ADD "" +#define GIT_DEL "" +#define GIT_IGN "" -+#define GIT_MOD "" ++#define GIT_MOD "" +#define GIT_NEW "" +#define GIT_NON "-" -+#define GIT_UPD "ﮮ" ++#define GIT_UPD "󰚰" +#else +#define GIT_ADD "A" +#define GIT_DEL "D" diff --git a/patches/gitstatus/namefirst.diff b/patches/gitstatus/namefirst.diff index e1f3aa4b..1a7583e1 100644 --- a/patches/gitstatus/namefirst.diff +++ b/patches/gitstatus/namefirst.diff @@ -19,10 +19,10 @@ index 88538787..d4af7c43 100644 +#define GIT_ADD "" +#define GIT_DEL "" +#define GIT_IGN "" -+#define GIT_MOD "" ++#define GIT_MOD "" +#define GIT_NEW "" +#define GIT_NON "-" -+#define GIT_UPD "ﮮ" ++#define GIT_UPD "󰚰" +#else +#define GIT_ADD "A" +#define GIT_DEL "D"