Commit Graph
305 Commits
Author SHA1 Message Date
kanataandGitHub 2dd05ef8bc feat: add hypr-submap plugin (#101)
* feat: add hypr-submap plugin

* fix(hypr-submap): add description key and glyph default value

* fix(hypr-submap): update dependencies and fix glyph default value in README

- Add stdbuf and hyprctl to the dependencies list in `README.md` and `plugin.toml`.
- Correct the documented default value of glyph to match the actual implementation.
2026-07-26 08:37:37 -04:00
github-actions[bot] ca20bb9c85 chore: update plugin catalog [skip ci] 2026-07-26 00:23:04 +00:00
Tadomika-AriandGitHub cd80c56409 feat!: add W Engine plugin (#81)
* feat!: add W Engine plugin

* feat!: add en translation

* fix: rm useless line

* feat!: add preview window in a pannel

* fix: rm no dependencies tools

* feat!: update thumbnail with new image

* feat: add screen choose with selector and add id check for warn string command folder

* docs: add dependencies on toml and read me

* fix: rm pkill and use kill

* feat!: add multiple path check, default output, select where set wallpaper

* feat!: rm debug notif

* docs: add new action documentation

* feat!: add new service for good restart (pkill all instance linux-wallpaper and rm all tmp file created by w engine)

* feat!: add check if pid is a linux-wallpaper instance

* docs: add depedencie and new entries

* feat!: support personnal path with json load

* docs: add docs for custom path

* feat!: use new api function for show all wallpaper

* fix: rm useless notify
2026-07-25 20:22:52 -04:00
github-actions[bot] 38aa2d212d chore: update plugin catalog [skip ci] 2026-07-26 00:04:31 +00:00
rrztandGitHub 4c113f7370 feat(lyrics): add selectable LRCLIB results (#102) 2026-07-25 20:04:21 -04:00
github-actions[bot] 0c971b1121 chore: update plugin catalog [skip ci] 2026-07-25 23:34:44 +00:00
00da2cd291 cat: 1.2.0 — click popup panel with the cat and CPU % (#103)
Clicking the bar widget now toggles an attached panel showing the same
cat glyph at panel size plus the CPU percentage, replacing the old
notification. The widget publishes its visible state (glyph, cpu,
color, pace) through the plugin's shared state store and the panel
re-renders on each update, keeping the big cat frame-synced with the
bar cat.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-25 19:34:35 -04:00
github-actions[bot] 793249578c chore: update plugin catalog [skip ci] 2026-07-25 15:07:12 +00:00
Lemmy 88bacfe613 feat(catalog): publish per-plugin release history for older API levels 2026-07-25 11:07:01 -04:00
Lemmy 360462f5d3 feat: validate widget gesture actions in plugin manifests 2026-07-25 09:42:23 -04:00
github-actions[bot] ef9c40030a chore: update plugin catalog [skip ci] 2026-07-25 02:39:28 +00:00
Lemmy 8fefd6c97e refactor(todo): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy a98cb6d5ee refactor(portctl): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 9f0dd5f4dc refactor(nextboot-selector): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 51400ced59 refactor(mini-docker): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 36b740371b refactor(keymap): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 99f7ad3084 refactor(keybind-cheatsheet): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 2f9943777c refactor(hassio): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 61d6a0d256 refactor(game-launcher): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 9410cdfa93 refactor(file-search): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 947f9d873d refactor(ds4-color): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 8fdca50859 refactor(drive-health): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 0e60d401a8 refactor(color-picker): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy c8e31929e6 refactor(audio-switcher): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 24cab9daa7 refactor(anilist): use closure callbacks 2026-07-24 22:38:38 -04:00
Lemmy 5579b20b51 chore(i18n): update 2026-07-24 14:16:41 -04:00
github-actions[bot] c9226bb85f chore: update plugin catalog [skip ci] 2026-07-24 18:13:26 +00:00
Gustavo RosaandGitHub ff289e523f feat: add adaptive SMART refresh controls (#96) 2026-07-24 14:13:17 -04:00
github-actions[bot] 27c6a808da chore: update plugin catalog [skip ci] 2026-07-24 18:12:35 +00:00
rrztandGitHub 521429f1d5 feat(lyrics): update to 1.4.3 (#94)
* feat(lyrics): update to 1.4.3

* fix(lyrics): rely on host scroll setting
2026-07-24 14:12:18 -04:00
github-actions[bot] 20da011c56 chore: update plugin catalog [skip ci] 2026-07-24 18:11:47 +00:00
Apex077andGitHub 706864b3b2 fix(eyecare): reflect configurable break duration in notification message (#92)
Fixes #63
2026-07-24 14:11:38 -04:00
github-actions[bot] 85e5dd68f0 chore: update plugin catalog [skip ci] 2026-07-24 18:11:07 +00:00
5e7655dc73 Update nightwatch75/todo to 0.0.9 — drag-and-drop reorder (plugin API 5) (#91)
Manual-mode reordering now uses declarative drag-and-drop (ui.dragSource
/ ui.dropZone, plugin_api 5) instead of the two-click grip; also folds in
the 0.0.8 crash-loop fix (strike() gated on utf8.len) and an onExit
autosave flush. Translation keys nested for the validator.

Co-authored-by: nightwatch75 <nightwatch75@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-24 14:10:58 -04:00
Lemmy 7fa3903113 fix(ci): accept dismiss_on_outside_click, keyboard_focus, persistent and capture_keys panel fields 2026-07-24 14:10:04 -04:00
Lemmy cb9f9d2c99 fix(ci): date uncommitted plugins by mtime in the catalog generator 2026-07-24 14:09:56 -04:00
github-actions[bot] f328c29e9c chore: update plugin catalog [skip ci] 2026-07-24 12:26:40 +00:00
emrtnnandGitHub 7a3a922e73 Add pass launcher plugin (#89) 2026-07-24 08:26:28 -04:00
Lemmy efe8a1a2c9 chore(i18n): push/pull for reordering lid-guard 2026-07-23 23:59:02 -04:00
github-actions[bot] f7bf278419 chore: update plugin catalog [skip ci] 2026-07-24 03:46:14 +00:00
pedroandGitHub 98e7cc1ea1 feat(lid-guard): add lid-close suspension inhibitor (#30)
* feat(lid-guard): add lid-close suspension inhibitor

* docs(lid-guard): replace plugin thumbnail
2026-07-23 23:46:04 -04:00
Lemmy 79583e36de chore(i18n): update 2026-07-23 20:12:12 -04:00
github-actions[bot] 504c692617 chore: update plugin catalog [skip ci] 2026-07-23 23:59:22 +00:00
fa5817684b feat(workflow): add last_modified and date_added fields in catalog.toml (#80)
* Add last_modified and date_added fields in catalog.toml

* remove changes to catalog.toml, better field naming

---------

Co-authored-by: Lemmy <studio@quadbyte.net>
2026-07-23 19:59:14 -04:00
github-actions[bot] cf4074872e chore: update plugin catalog [skip ci] 2026-07-23 23:18:20 +00:00
IlyaandGitHub 4c553d5676 feat: add Wayland Screen Mirror plugin (#86)
* feat: add wl-screen-mirror plugin

* fix: naming

* rename thumbnail

* fix(error): treat user termination as a clean stop
2026-07-23 19:18:08 -04:00
github-actions[bot] 46ecd621f6 chore: update plugin catalog [skip ci] 2026-07-23 22:57:49 +00:00
blackuandGitHub d4467e907c Add Audio Switcher plugin (#82)
* feat: add Audio Switcher plugin

* fix: hide null audio descriptions

* docs: add focused panel screenshot

* docs: focus thumbnail on plugin panel
2026-07-23 18:57:39 -04:00
github-actions[bot] 2d9c72ae29 chore: update plugin catalog [skip ci] 2026-07-23 21:55:16 +00:00
CleboostandGitHub 0162521282 feat: add AniList plugin (#70)
* feat: add AniList plugin

Browse and update anime/manga lists from the bar widget and library panel with OAuth login.

* feat(anilist): add French translations

* docs(anilist): align README with template and current features

* chore(anilist): bump version to 1.0.0

* chore(anilist): update plugin thumbnail

* docs(anilist): document network, cache, and filesystem behavior

* fix(anilist): comply with AniList ToS naming guidelines

Rename the plugin to AniList (UNOFFICIAL), update the thumbnail, and keep service-facing copy referring to AniList itself.
2026-07-23 17:55:08 -04:00