Remove systemd from Curses (related to #2595)

pull/2599/head
nicolargo 2023-11-01 08:59:12 +01:00
parent 16a7934763
commit e9e12d4dcc
1 changed files with 0 additions and 2 deletions

View File

@ -89,7 +89,6 @@ class _GlancesCurses(object):
# 'w' > Delete finished warning logs
'W': {'switch': 'disable_wifi'},
# 'x' > Delete finished warning and critical logs
'Y': {'switch': 'enable_systemd'},
# 'z' > Enable or disable processes
# '+' > Increase the process nice level
# '-' > Decrease the process nice level
@ -118,7 +117,6 @@ class _GlancesCurses(object):
'raid',
'smart',
'sensors',
'systemd',
'now',
]
_left_sidebar_min_width = 23