feat: add apply theme button to appearance

This commit is contained in:
Ashley Wulber 2024-03-18 16:44:04 -04:00
parent d6b28231e2
commit c23b7a0ba0
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
4 changed files with 190 additions and 25 deletions

View file

@ -31,8 +31,10 @@ rev = "2e9bf9f"
opt-level = 3
# For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic']
#libcosmic = { git = "https://github.com/pop-os/libcosmic?rev=slider", branch = "slider" }
#cosmic-config = { git = "https://github.com/pop-os/libcosmic?rev=slider", branch = "slider" }
[patch.'https://github.com/pop-os/libcosmic']
libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }