diff --git a/config/tweaks.json b/config/tweaks.json index e4268d12..35668dbe 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1233,6 +1233,24 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/detailedbsod" }, + "WPFToggleBatteryPercentage": { + "Content": "System Tray Battery Percentage", + "Description": "If enabled, Shows numeric battery percentage next to the battery icon in the system tray.", + "category": "Customize Preferences", + "panel": "2", + "Type": "Toggle", + "registry": [ + { + "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced", + "Name": "IsBatteryPercentageEnabled", + "Value": "1", + "Type": "DWord", + "OriginalValue": "", + "DefaultState": "false" + } + ], + "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/batterypercentage" + }, "WPFToggleDarkMode": { "Content": "Dark Theme for Windows", "Description": "Enable/Disable Dark Mode.",