From 4297d69f2cfc4cd28e87bce96637bc04ce1cca5c Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:17:16 +0300 Subject: [PATCH] Added `WPFToggleBatteryPercentage` to tweaks.json (#4412) * Added `WPFTweaksBatteryPercentage` to tweaks.json * Update tweaks.json * Update tweaks.json * Update tweaks.json * Update tweaks.json --- config/tweaks.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.",