new workspace styling
This commit is contained in:
@@ -31,6 +31,7 @@ class SystemStatsService(Service):
|
||||
"""Stop monitoring system stats"""
|
||||
if self._timer_id is not None:
|
||||
from gi.repository import GLib
|
||||
|
||||
GLib.source_remove(self._timer_id)
|
||||
self._timer_id = None
|
||||
|
||||
@@ -62,4 +63,4 @@ class SystemStatsService(Service):
|
||||
@property
|
||||
def memory_percent(self):
|
||||
"""Get current memory percentage"""
|
||||
return self._memory_percent / 100
|
||||
return self._memory_percent / 100
|
||||
|
||||
Reference in New Issue
Block a user