Skip to content

System Tray Battery Percentage

config/tweaks.json
1268  "WPFToggleBatteryPercentage": {
1269    "Content": "System Tray Battery Percentage",
1270    "Description": "If enabled, Shows numeric battery percentage next to the battery icon in the system tray.",
1271    "category": "Customize Preferences",
1272    "panel": "2",
1273    "Type": "Toggle",
1274    "registry": [
1275      {
1276        "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
1277        "Name": "IsBatteryPercentageEnabled",
1278        "Value": "1",
1279        "Type": "DWord",
1280        "OriginalValue": "<RemoveEntry>",
1281        "DefaultState": "false"
1282      }
1283    ],

Registry Changes

Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place.

You can find information about the registry on Wikipedia and Microsoft’s Website.