Update icons to new nf-md codes in nerdfonts v3
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b7279070d8
commit
46c5812910
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -8,7 +8,7 @@ from block import *
|
|||
|
||||
import requests
|
||||
|
||||
ICON = '\ufa6d'
|
||||
ICON = '\U000f056e'
|
||||
MONDASH_URL = 'https://mondash.org/{dashid}'
|
||||
STATUS_COLOR = {
|
||||
'OK': COLOR_SUCCESS,
|
||||
|
|
Loading…
Reference in a new issue