Use themeable branch of libcosmic, adjust date/time spacing

This commit is contained in:
Jeremy Soller 2023-10-12 09:18:04 -06:00
parent 0f933aad9f
commit 1c52e63715
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 96 additions and 44 deletions

View file

@ -15,7 +15,10 @@ wayland-client = "0.31"
[dependencies.cosmic-bg-config]
git = "https://github.com/pop-os/cosmic-bg"
branch = "master_jammy"
[dependencies.cosmic-config]
git = "https://github.com/pop-os/libcosmic"
features = ["calloop", "macro"]
[dependencies.greetd_ipc]
version = "0.9"
@ -23,6 +26,7 @@ features = ["sync-codec"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
branch = "theme-dark-light-switching"
default-features = false
features = ["tokio", "wayland"]