Why Xiaomi canβt just change the font of the watch and what to do
Owners of Xiaomi, Redmi and POCO smartphones often face a paradox: the MIUI shell offers a lot of themes, but changing the appearance of the watch comes down to a choice of 2-3 standard options. Unlike Samsung or Google Pixel, where dials are flexible, most options are hidden in the depths of the system or require workarounds.
The problem is compounded by the fact that even after the update to MIUI 14, the functionality remains limited. For example, on the lock screen you can only select Analog or Digital Watch, and for the desktop you can only access widgets from Google or Mi Clock. But the good news is that with hidden settings, third-party apps and even more. ADB-You can do unique designs, and then we'll go through all the working methods, from simple to advanced.
Important: on devices with MIUI Global Edition, some features may be blocked due to regional restrictions, for example, on the Redmi Note 12 Pro+ for China, 12 styles of dials are available, and in the global version only 4.
Method 1: Standard MIUI settings (without root)
Start with the basic options that are available out of the box, which don't require superuser rights and work on all models starting with MIUI 12:
- π± Lock screen: go to Settings β Lock screen β Watch style: Classic, Minimalist and Digital (up to 6 styles on some devices).
- β° Desktop: long tap on the free space on the main screen select Widgets β The clock. MIUI Pre-installed widgets Mi Clock (4Γ1, 4Γ2) and Google Clock (if installed).
- π¨ Topics: In the Topics app (Brush icon) find the Dials section. You can download additional styles here, but they only apply to the lock screen.
Limitations of the method:
- β There is no way to change the font or color of the watch β only ready-made styles.
- β Widgets on the desktop are not synchronized with the theme of the system.
- β In some models (for example, POCO X5 Pro) option Watch style is not in the lock menu.
The secret trick: If all watch styles are not available in your region, try changing the system region to India or China through Settings β Additional β Region.
Method 2: Widgets from third-party developers
If a standard MIUI watch seems boring, the best solution is to install custom widgets.
- ποΈ Font (from Roboto to Font) Digital-7).
- π¨ Color and transparency (up to gradients).
- π Additional information: date, weather, battery.
Top.-3 customization:
| Annex | Features | Compatibility |
|---|---|---|
| KWGT Kustom Widget Maker | Complete design freedom, animation support, integration with Tasker | MIUI 12+ (requires overlay permission) |
| UCCW | Simple builder, ready-made templates for Xiaomi | All models (except MIUI for China) |
| Chronus | Widgets with weather, calendar and notifications | Requires Android 8.0+ |
Instructions for installation of KWGT:
- Download KWGT from Google Play.
- Open the app and allow access to Overlay in Android settings.
- Long tap on the desktop, select Widgets β KWGT β 4Γ2.
- In the editor, download the ready-made template (for example, search by Miui Clock tag).
Download KWGT or UCCW
Allow overlay in Settings β Applications β Special Access
Disable battery optimization for the widget
Reset the device-->
β οΈ Attention: POCO F4 GT And other 120Hz devices, some widgets can cause slowdowns. KWGT Turn off the Real-Time Update option and set the interval to 1 minute.
Method 3: Modifying the system clock through ADB (for advanced)
If you're ready to dive into the technical details, ADB (Android Debug Bridge) allows you to modify the system clock without root rights. This method runs on MIUI 13/14 and requires a computer.
What can be changed:
- π Replace the standard clock font with custom (e.g. DS-Digital).
- π Change the location of the clock on the lock screen (left, center, right).
- πΌοΈ Add background gradient or transparency.
Step-by-step:
- Turn on USB Debugging in Settings β About Phone β MIUI version (tap 7 times, then go back to Additional β For Developers).
- Connect your phone to your PC and execute the command: Adb devices (you should display your device).
- Download a watch mod (like MiuiClockMod) and unpack ZIP into a folder with ADB.
- Follow the command to install the mod: adb push miuiclock.apk /system/priv-app/MiuiSystemUIPlugin/ adb shell chmod 644 /system/priv-app/MiuiSystemUIPlugin/miuiclock.apk adb reboot
β οΈ Attention: Wrong commands ADB You can have a bootloop before experimenting, back up through Settings. β Additionally. β Backup.
What to do if the phone does not turn on after ADB?
Method 4: Use of alternative launchers
If you don't like the widgets on the standard MIUI launcher, you can install a third-party launcher that offers flexible watch setup.
- π Nova Launcher: supports adaptive icons, custom widgets and gestures. In the Nova Clock widget settings, you can choose from 20+ styles.
- π Lawnchair: lightweight launcher with support for Android 12+ styles, including dynamic clocks.
- π― Hyperion Launcher: optimized for Xiaomi, has built-in themes MIUI.
How to set up a clock in Nova Launcher:
- Install Nova Launcher and make it the default launcher.
- Select the long tap on the desktop Widgets β Nova Clock.
- In the widget settings, select Minimal or Bold style, and also:
π‘
If the clock on the lock screen is lost after installing the launcher, return the standard MIUI launcher via Settings β Applications β Default β Launcher. This does not affect desktop widgets.
Method 5: Manually edit system files (requires root)
For the bravest, it's a method with complete control over the look of the watch, requiring unlocked bootloaders and root rights (like Magisk).
What files are responsible for the MIUI clock:
- /system/media/theme/default/com.android.systemui/clock_style.xml β analogue-watches.
- /system/priv-app/MiuiSystemUIPlugin/res/drawable/ β images of dials.
- /system/font/ β fonts for digital watches (e.g. DroidSansMono.ttf).
Instructions for replacing the clock font:
- Download. TTF-typeface, Digital-7.ttf) and rename it to DroidSansMono.ttf.
- Using Root Explorer or Mixplorer, copy the file to /system/font/, replacing the original.
- Change the file permission to 644 (rw-r-----).
- Reset the device.
β οΈ Note: Xiaomi 13 Ultra and other flagships with Dynamic RAM Expansion editing system files can cause SystemUI to crash. Before you change, disable this function in Settings β Additionally. β Memory.
π‘
Editing system files without backup is the main way to the brick. Always save the original files to a separate folder before making changes.
Problem Solving: The clock doesn't change or get lost
Sometimes, after a change, the Xiaomi watch starts to glittle: it disappears, displays incorrectly or resets after a reboot.
| Problem. | Reason. | Decision |
|---|---|---|
| The locking clock is broken down to standard | SystemUI cache reset | Go to Settings β Applications β App Management β Show Everything β SystemUI and click Clear Cache. |
| The watch widget is not updated | Optimizing the battery | In Settings β Battery β Battery Optimization, add a widget to the exceptions. |
| The dial is displayed blurry | Incompatible permission | Set the screen resolution to 1080p in Settings β Display. |
| Watch disappears after MIUI update | Resetting the topics | In the Themes app, reset the theme to standard and reboot the device. |