From da03016c79beb64dcc10ba75baabd14371033d28 Mon Sep 17 00:00:00 2001 From: Marco Cantoro Date: Mon, 1 Nov 2021 11:39:33 +0100 Subject: [PATCH] [icons nerdfont] added gpg icon --- src/icons-nerdfont.h | 2 ++ src/icons.h | 1 + 2 files changed, 3 insertions(+) diff --git a/src/icons-nerdfont.h b/src/icons-nerdfont.h index 2fdd1205..bda29321 100644 --- a/src/icons-nerdfont.h +++ b/src/icons-nerdfont.h @@ -28,6 +28,7 @@ #define ICON_DESKTOP "\ufcbe" #define ICON_DOCUMENT "\uf718" #define ICON_DOWNLOADS "\uf5d7" +#define ICON_ENCRYPT "\uf805" #define ICON_FSHARP "\ue7a7" #define ICON_GIT "\ue5fb" #define ICON_HASKELL "\ue777" @@ -124,6 +125,7 @@ #define ICON_EXT_GEM ICON_RUBY #define ICON_EXT_GIF ICON_PICTUREFILE #define ICON_EXT_GO "\ufcd1" +#define ICON_EXT_GPG ICON_ENCRYPT #define ICON_EXT_GZ ICON_ARCHIVE #define ICON_EXT_GZIP ICON_ARCHIVE diff --git a/src/icons.h b/src/icons.h index 40dee148..cc5fded2 100644 --- a/src/icons.h +++ b/src/icons.h @@ -373,6 +373,7 @@ static const struct icon_pair icons_ext[] = { {"gem", ICON_EXT_GEM, COLOR_RUBY}, {"gif", ICON_EXT_GIF, COLOR_IMAGE}, {"go", ICON_EXT_GO, 0}, + {"gpg", ICON_EXT_GPG, COLOR_ARCHIVE}, {"gz", ICON_EXT_GZ, COLOR_ARCHIVE}, {"gzip", ICON_EXT_GZIP, COLOR_ARCHIVE},