mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 09:17:54 -07:00
Added support for installing GDM theming on Ubuntu
- From now GlobalTheme use another method to check does GDM support light/dark mode or not - Structurized GlobalTheme methods - Lowered Python version from 3.12 to 3.10
This commit is contained in:
@@ -43,6 +43,9 @@ class Console:
|
||||
def warn(self, message):
|
||||
self.update(message, "⚠️")
|
||||
|
||||
def info(self, message):
|
||||
self.update(message, "ℹ️ ")
|
||||
|
||||
def _reserve_line(self):
|
||||
"""Reserve a line for future updates"""
|
||||
with Console._print_lock:
|
||||
|
Reference in New Issue
Block a user