* feat!: init plugin * fix: fix widget not found on bar setting * feat!: add creation folder for plugin * feat!: add first version of Config Swap (simple modification test) * feat!: update toml with new feature * docs: prepare docs * feat!: add more place for view preview * feat!: add new page for store and allerady download * docs: improve lisibility * feat!: add description emplacement * feat!: add wallpaper support for install and set * docs: add more info to readme * feat: add cp depedencie * docs: add more info * feat!: add trad support * fix: change order for set wallpaper after change config * feat!: add settingsPath for data.json * feat!: add data.json creation if not exist * docs: add more docs info * feat!: rm useless preview image * docs: improve docs * feat!: change false description * feat!: add shellQuote for protect bad command * feat!: add path var in infoConfig.Change config type for infoConfig Type * feat!: add secure delete config and confirmation for delete config * feat!: add save function for save current config * feat!: add welcome warning and confirmation switch * feat!: add info for store section * docs: add new info in setting section * feat!: add resolve state dir for check all state dir possibility * feat!: add english translation compatibility * feat!: change thumbnail * docs: add more information on the readme * fix: rm useless button * docs: add comment * fix: add depedencie missing * fix: rm death code * fix: rm update interval not use * feat!: add delete, save and apply protection, reject invalid name * docs: add more info in info section * feat!: add more charactere in match string in isDetect function * fix: change wrong name function * feat!: add protection for invalid name in dowload Config
24 lines
471 B
TOML
24 lines
471 B
TOML
id = "tadomika_ari/config-swap"
|
|
name = "Config Swap"
|
|
version = "1.0.0"
|
|
plugin_api = 4
|
|
author = "TadomiKa-Ari"
|
|
license = "MIT"
|
|
dependencies = ["cp", "rm"]
|
|
icon = "file"
|
|
description = "A Noctalia widget for applying Configuration file with one click"
|
|
tags = ["utility"]
|
|
|
|
[[widget]]
|
|
id = "widget"
|
|
entry = "config-swap-widget.luau"
|
|
|
|
[[panel]]
|
|
id = "panel"
|
|
entry = "config-swap-panel.luau"
|
|
width = 1000
|
|
height = 800
|
|
|
|
[[service]]
|
|
id = "start"
|
|
entry = "config-swap-service.luau" |