2bdb173ac7
- Updated wallpaper module to reflect new naming convention for wallpapers. - Changed author name in rbw-lock-toggle and wvkbd-toggle plugins to "chiasson.cloud". - Modified ideapad configuration to use the new flake path. - Adjusted yt-dlp-telequebec-overlay documentation to match new module structure. - Corrected documentation reference in wisdom module to point to updated conventions.
14 lines
410 B
JSON
14 lines
410 B
JSON
{
|
|
"id": "rbwLockToggle",
|
|
"name": "Bitwarden (rbw) lock",
|
|
"description": "Bar control for rbw vault: locked/unlocked padlock; click to unlock or lock",
|
|
"version": "1.0.0",
|
|
"author": "chiasson.cloud",
|
|
"type": "widget",
|
|
"capabilities": ["dankbar-widget"],
|
|
"component": "./RbwLockToggle.qml",
|
|
"settings": "./RbwLockToggleSettings.qml",
|
|
"icon": "lock_open",
|
|
"permissions": ["settings_read"]
|
|
}
|