mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-19 09:47:56 -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:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
from typing import Tuple
|
||||
from typing import Tuple, TypeAlias
|
||||
|
||||
type LabeledFileGroup = Tuple[str, str]
|
||||
LabeledFileGroup: TypeAlias = Tuple[str, str]
|
||||
|
||||
class FilesLabeler:
|
||||
def __init__(self, directory: str, *args: str):
|
||||
|
Reference in New Issue
Block a user