Change custom power plan name
This commit is contained in:
parent
94aee9e1d3
commit
f072fe07d0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""WizardKit: Config - Repairs"""
|
||||
# vim: sts=2 sw=2 ts=2
|
||||
|
||||
from wk.cfg.main import KIT_NAME_FULL
|
||||
from wk.cfg.main import KIT_NAME_FULL, KIT_NAME_SHORT
|
||||
|
||||
AUTO_REPAIR_DELAY_IN_SECONDS = 30
|
||||
AUTO_REPAIR_KEY = fr'Software\{KIT_NAME_FULL}\Auto Repairs'
|
||||
|
|
@ -59,7 +59,7 @@ BLEACH_BIT_CLEANERS = (
|
|||
'windows_explorer.run',
|
||||
'windows_explorer.thumbnails',
|
||||
)
|
||||
CUSTOM_POWER_PLAN_NAME = f'{KIT_NAME_FULL} Power Plan'
|
||||
CUSTOM_POWER_PLAN_NAME = f'{KIT_NAME_SHORT} Power Plan'
|
||||
POWER_PLANS = {
|
||||
'Balanced': '381b4222-f694-41f0-9685-ff5bb260df2e',
|
||||
'Custom': '01189998-8199-9119-725c-ccccccccccc3',
|
||||
|
|
|
|||
Loading…
Reference in a new issue