Commit Graph
5 Commits
Author SHA1 Message Date
Lemmy 0fdd6a2b2f ideapad: i18n cleanup 2026-07-20 21:11:12 -04:00
notiantandGitHub 16fec532ad fix(ideapad-conservation-mode): use bind action in udev rule instead of add|change to avoid boot race (#61) 2026-07-20 21:08:00 -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
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