From 48ce75c166826881d26e7398df1009ca8329ef91 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sun, 14 Jan 2024 18:52:09 +0100 Subject: [PATCH] [CUSTOM] Adds missing entry icon "pretty name" --- archey/entries/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archey/entries/custom.py b/archey/entries/custom.py index cd83038b..191a7045 100644 --- a/archey/entries/custom.py +++ b/archey/entries/custom.py @@ -14,7 +14,7 @@ class Custom(Entry): """Custom entry gathering info based on configuration options""" - _ICON = "\uf013" + _ICON = "\uf013" # fa_cog def __new__(cls, *_, **kwargs): # Don't load this entry if a configuration file has too broad permissions.