Badges - nahtedetihw/SnowboardWIKI GitHub Wiki

Note: the prefix @3x is used for Plus devices (iPhone Plus/X/XR/XS) and @2x for regular size devices (iPhone 5s/SE/6/7/8)

Let's get started.

All files need to be placed inside CustomTheme.theme/Bundles/com.apple.springboard

The badge can be any size, but the recommended size is 60x60 or smaller.

Badge

To customize the inside of the badges, you need to add an Info.plist inside CustomTheme.theme

Here's a template:

<?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>PackageName</key>
	<string>Nimbus</string>
	<key>BadgeSettings</key>
	<dict>
		<key>FontSize</key>
		<real>0.1</real>
	</dict>
</dict>
</plist>
  • FontSize is used to set size of the font
  • TextColor is used to set the color of the font
  • TextXoffset is used to set the X axis
  • TextYoffset is used to set the Y axis

The theme and template used in the preview is called Nimbus by BasicallyJoel

IMG_0001

⚠️ **GitHub.com Fallback** ⚠️