Update icons to new nf-md codes in nerdfonts v3

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-05-07 13:29:13 +02:00
parent b7279070d8
commit 46c5812910
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ CRIT = 90.0
MOUNT_BLACKLIST = ['/dev', '/efi', '/proc', '/run', '/sys', '/tmp']
FS_BLACKLIST = ['//', 'cgroup', 'dev',
'fusectl', 'overlay', 'proc', 'run', 'sys', 'tmpfs']
ICON = '\ufaed'
ICON = '\U000f02ca'
class Disk(Block):

View file

@ -8,7 +8,7 @@ from block import *
import requests
ICON = '\ufa6d'
ICON = '\U000f056e'
MONDASH_URL = 'https://mondash.org/{dashid}'
STATUS_COLOR = {
'OK': COLOR_SUCCESS,