Skip to content

Instantly share code, notes, and snippets.

@evianzhow
Last active April 25, 2017 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evianzhow/0bb17f574a17ce6c1f8317df00ced234 to your computer and use it in GitHub Desktop.
Save evianzhow/0bb17f574a17ce6c1f8317df00ced234 to your computer and use it in GitHub Desktop.
iPod battery percentage enabler
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>entry</key>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>label</key>
<string>Battery Percentage</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.apple.springboard</string>
<key>key</key>
<string>SBShowBatteryLevel</string>
<key>icon</key>
<string>{{replace_your_custom_icon_here}}.png</string>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment