Skip to content

Commit

Permalink
[CUSTOM] Adds missing entry icon "pretty name"
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Jan 14, 2024
1 parent 320927d commit 48ce75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archey/entries/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 48ce75c

Please sign in to comment.