fix: battery icon
This commit is contained in:
parent
9dda03ca3d
commit
0272e189f4
6 changed files with 108 additions and 35 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -52,7 +52,7 @@ cosmic-settings-accessibility-subscription = { git = "https://github.com/pop-os/
|
|||
cosmic-settings-a11y-manager-subscription = { git = "https://github.com/pop-os/cosmic-settings", default-features = false, branch = "iced-rebase" }
|
||||
cosmic-settings-daemon-config = { git = "https://github.com/pop-os/cosmic-settings-daemon", default-features = false, features = [
|
||||
"greeter",
|
||||
], branch = "iced-rebase" }
|
||||
] }
|
||||
|
||||
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = [
|
||||
|
|
@ -136,20 +136,14 @@ cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr", default-f
|
|||
|
||||
[workspace.dependencies.cosmic-applets-config]
|
||||
git = "https://github.com/pop-os/cosmic-applets"
|
||||
branch = "iced-rebase"
|
||||
# path = "../cosmic-applets/cosmic-applets-config"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.cosmic-bg-config]
|
||||
git = "https://github.com/pop-os/cosmic-bg"
|
||||
branch = "iced-rebase"
|
||||
# path = "../cosmic-bg/config"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.cosmic-comp-config]
|
||||
git = "https://github.com/pop-os/cosmic-comp"
|
||||
branch = "iced-rebase"
|
||||
# path = "../cosmic-comp/cosmic-comp-config"
|
||||
default-features = false
|
||||
features = ["output", "randr"]
|
||||
|
||||
|
|
@ -158,12 +152,10 @@ path = "cosmic-greeter-config"
|
|||
|
||||
[workspace.dependencies.cosmic-config]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
# path = "../libcosmic/cosmic-config"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.cosmic-theme]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
# path = "../libcosmic/cosmic-theme"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.libcosmic]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue