This PR adds an optional environment variable to the cosmic-panel-button that allows us to specify how a panel button should present itself (either as 'icon' or as 'text'). The PR also adds the same tracing log that the other applets have, with an initial message notifying that the applet has started.
14 lines
No EOL
316 B
TOML
14 lines
No EOL
316 B
TOML
[package]
|
|
name = "cosmic-panel-button"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
freedesktop-desktop-entry = "0.5.1"
|
|
libcosmic.workspace = true
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
cosmic-config.workspace = true
|
|
serde.workspace = true |