ideapad: "laptop" is not a valid icon

This commit is contained in:
Lemmy
2026-07-16 10:13:33 -04:00
parent d95f3d7570
commit b8401ded0f
+1 -1
View File
@@ -5,7 +5,7 @@ plugin_api = 3
author = "lux" author = "lux"
license = "MIT" license = "MIT"
tags = ["hardware", "shortcut", "system"] tags = ["hardware", "shortcut", "system"]
icon = "laptop" icon = "device-laptop"
description = "Toggles battery conservation mode via the ideapad_acpi driver, on Lenovo IdeaPad and Legion laptops." description = "Toggles battery conservation mode via the ideapad_acpi driver, on Lenovo IdeaPad and Legion laptops."
dependencies = ["sudo", "dirname", "env", "bash", "chgrp", "chmod", "getent", "groupadd", "usermod", "cat", "udevadm"] dependencies = ["sudo", "dirname", "env", "bash", "chgrp", "chmod", "getent", "groupadd", "usermod", "cat", "udevadm"]