minimize applet (#217)

* chore: add minimize applet skeleton

* fix(minimize): desktop typo

* wip: minimize applet

* feat: include window images, and overlay their icon

* cleanup

* fix: add minimize applet to workspace

* chore: add host wayland display to desktop file for minimize applet

* chore: Cargo.lock

* cleanup: fix typos

* fix: don't hide minimized apps in app-list
This commit is contained in:
Ashley Wulber 2024-03-04 13:08:52 -05:00 committed by GitHub
parent 06634c3348
commit 090bb9653f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1301 additions and 4 deletions

22
Cargo.lock generated
View file

@ -927,6 +927,28 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "cosmic-applet-minimize"
version = "0.1.1"
dependencies = [
"anyhow",
"i18n-embed 0.13.9",
"i18n-embed-fl 0.6.7",
"image",
"libcosmic",
"memmap2 0.9.4",
"once_cell",
"png",
"rust-embed 6.8.1",
"rust-embed-utils 7.8.1",
"rustix 0.38.31",
"tempfile",
"tokio",
"tracing",
"tracing-log",
"tracing-subscriber",
]
[[package]]
name = "cosmic-applet-network"
version = "0.1.0"