mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 02:36:45 -04:00
manager/user: Add BatteryChargeLimit1 interface (#12)
This commit is contained in:
parent
02ed562bd0
commit
91890e5948
10 changed files with 292 additions and 36 deletions
|
@ -5,7 +5,7 @@ script_args = ["factory-reset", "--reset-all"]
|
|||
[factory_reset.os]
|
||||
script = "/usr/bin/steamos-reset-tool"
|
||||
script_args = ["factory-reset", "--reset-os"]
|
||||
|
||||
|
||||
[factory_reset.user]
|
||||
script = "/usr/bin/steamos-reset-tool"
|
||||
script_args = ["factory-reset", "--reset-user-data"]
|
||||
|
@ -36,3 +36,8 @@ max = 15
|
|||
[gpu_clocks]
|
||||
min = 200
|
||||
max = 1600
|
||||
|
||||
[battery_charge_limit]
|
||||
suggested_minimum_limit = 10
|
||||
hwmon_name = "steamdeck_hwmon"
|
||||
attribute = "max_battery_charge_level"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue