* feat(obs-integration): add package's build status view * i18n(obs-integration): new translation for build status * chore(obs-integration): update plugin to v1.1.0 * docs(obs-integration): update README * i18n(obs-integration): fix duplicates and missing comma in translation --------- Co-authored-by: neyfua <ogkhang.05@gmail.com>
37 lines
801 B
TOML
37 lines
801 B
TOML
id = "neyfua/obs-integration"
|
|
name = "OBS Integration"
|
|
version = "1.1.0"
|
|
plugin_api = 9
|
|
author = "neyfua"
|
|
license = "MIT"
|
|
dependencies = ["osc"]
|
|
tags = ["productivity", "service", "utility", "opensuse"]
|
|
icon = "buildings"
|
|
description = "Manage your openSUSE Build Service projects and packages."
|
|
|
|
[[setting]]
|
|
key = "checkout_dir"
|
|
type = "string"
|
|
label_key = "settings.checkout_dir.label"
|
|
description_key = "settings.checkout_dir.description"
|
|
default = "~/OBS"
|
|
|
|
[[widget]]
|
|
id = "obs-integrate"
|
|
entry = "widget.luau"
|
|
|
|
[[widget.setting]]
|
|
key = "show_label"
|
|
type = "bool"
|
|
label_key = "settings.show_label.label"
|
|
description_key = "settings.show_label.description"
|
|
default = false
|
|
|
|
[[panel]]
|
|
id = "panel"
|
|
entry = "panel.luau"
|
|
width = 410
|
|
height = 450
|
|
placement = "floating"
|
|
position = "center"
|