mirror of
https://github.com/edu4rdshl/Strata.git
synced 2026-07-17 23:24:46 +00:00
- Use GNOME's stylesheet-dark.css/stylesheet-light.css for theming instead of loading light.css into the theme context by hand; the panel now follows the shell style variant - Track signals with connectObject/disconnectObject - Clear the daemon-restart timeout before scheduling a new one - Stop the daemon synchronously in disable(), no deferred kill timer - Drop the unused theme setting and its prefs combo - Bump the metadata version to 11 for resubmission
9 lines
319 B
JSON
9 lines
319 B
JSON
{
|
|
"name": "Strata",
|
|
"description": "A fast clipboard manager. Storage, search and image decoding run in a separate Rust daemon.",
|
|
"uuid": "strata@edu4rdshl.dev",
|
|
"version": 11,
|
|
"shell-version": ["50"],
|
|
"settings-schema": "org.gnome.shell.extensions.strata",
|
|
"url": "https://github.com/Edu4rdSHL/Strata"
|
|
}
|