mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-18 01:07:55 -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,3 +1,4 @@
|
||||
import os.path
|
||||
from tempfile import gettempdir
|
||||
|
||||
# folder definitions
|
||||
@@ -13,6 +14,7 @@ scripts_folder = "scripts"
|
||||
# GDM definitions
|
||||
global_gnome_shell_theme = "/usr/share/gnome-shell"
|
||||
gnome_shell_gresource = "gnome-shell-theme.gresource"
|
||||
ubuntu_gresource_link = "gtk-theme.gresource"
|
||||
extracted_gdm_folder = "theme"
|
||||
|
||||
# files definitions
|
||||
|
Reference in New Issue
Block a user