new workspace styling

This commit is contained in:
2025-09-29 12:27:24 +02:00
parent c814eb01de
commit da2a7d94d8
2 changed files with 18 additions and 12 deletions

View File

@@ -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