Add ability to set theme globally

This commit is contained in:
Vladyslav Hroshev
2023-12-10 22:47:34 +02:00
parent bdd74f94bf
commit 253913ae40
5 changed files with 322 additions and 46 deletions

View File

@@ -7,6 +7,11 @@ themes_folder = "~/.themes"
raw_theme_folder = "theme"
scripts_folder = "scripts"
# GDM definitions
global_gnome_shell_theme = "/usr/share/gnome-shell"
gnome_shell_gresource = "gnome-shell-theme.gresource"
extracted_gdm_folder = "theme"
# files definitions
gnome_shell_css = f"{temp_gnome_folder}/gnome-shell.css"
colors_json = "colors.json"