Commit Graph
6 Commits
Author SHA1 Message Date
Lemmy 03b52eccaf i18n: update 2026-07-20 21:05:36 -04:00
Lemmy f23a7e9b50 translations update 2026-07-19 22:43:15 -04:00
Lemmy 1e23c02e0b ci(i18n): first pull, only automatic a-z re-ordering 2026-07-18 01:36:29 -04:00
Lemmy b8401ded0f ideapad: "laptop" is not a valid icon 2026-07-16 10:13:33 -04:00
Lemmy ef085ecebf moving from "min_noctalia" to "plugin_api" 2026-07-16 09:30:13 -04:00
2922dd5d40 Add IdeaPad Conservation Mode plugin (#20)
* feat: add lux/ideapad-conservation-mode plugin

* fix: address review blockers on ideapad-conservation-mode

- shell-quote pluginDir/USER before splicing into the sudo/runInTerminal
  command (shell injection)
- declare every external command setup-permissions.sh invokes as a
  manifest dependency, and document them in README Requirements
- drop the hardcoded KERNEL=="VPC2004:00" match from the udev rule so it
  matches any ideapad_acpi instance, consistent with the dynamic
  discovery the Luau side already does
- add the promised NixOS declarative setup section to README
- move all user-visible strings out of conservation_mode.luau into
  translations/en.json, accessed via noctalia.tr()
- add the required README Plugin/Usage sections

* Update dependencies in plugin.toml

* Update setup script requirements in README.md

---------

Co-authored-by: Lemmy <studio@quadbyte.net>
2026-07-16 08:10:11 -04:00