Skip to content

Commit

Permalink
fix: update and fixes for bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Dec 5, 2023
1 parent 140fd3d commit b87d022
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 67 deletions.
49 changes: 25 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ lto = "thin"
# [patch."https://github.com/pop-os/libcosmic"]
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
[patch."https://github.com/Smithay/client-toolkit"]
# [patch."https://github.com/Smithay/client-toolkit"]
sctk = { git = "https://github.com/smithay/client-toolkit//", package = "smithay-client-toolkit", rev = "e63ab5f" }
1 change: 1 addition & 0 deletions cosmic-applet-audio/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ impl cosmic::Application for Audio {
Message::ToggleMediaControlsInTopPanel,
)
.text_size(14)
.width(Length::Fill)
)
.padding([0, 24]),
padded_control(divider::horizontal::default()),
Expand Down
1 change: 1 addition & 0 deletions cosmic-applet-bluetooth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ once_cell = "1.16.0"
bluer = { version = "0.15", features = ["bluetoothd", "id"] }
futures-util = "0.3.21"
libcosmic.workspace = true
cosmic-time.workspace = true
futures = "0.3"
log = "0.4"
pretty_env_logger = "0.5"
Expand Down
Loading

0 comments on commit b87d022

Please sign in to comment.