How to Change the View of a Watch on Xiaomi Lock Screen: From Style to Color

Xiaomi's lock screen is the first thing you see when you turn on your smartphone, and the watch on it plays a key role in how you experience the interface, POCO or flagship models of Xiaomi 13/14 They don't even know that the look of the watch can be completely transformed, from the classic analog dial to minimalist digital fonts, with changes in color, size and even animation. MIUI hide these options in non-obvious sections, and some features are only available through hidden menus or third-party apps.

In this article, we will discuss all possible ways to customize the clock on the lock screen – from basic settings in the theme menu to advanced methods using the lock screen. ADB Or the Magisk modules. You'll learn how to do this:

  • πŸ”„ Change the display style (analog/digital/text watches)
  • 🎨 Change color, font and size without root rights
  • βš™οΈ Set up the time format (12/24 hour, second, date)
  • πŸ“± Apply dynamic themes with clock animation
  • πŸ”§ Use hidden chips MIUI uniquely designed

Important: Instructions are relevant to MIUI 12-14 (including global and Chinese firmware versions). If you have an older version of the system, some items may not be available. β†’ The phone. β†’ Version. MIUI.

πŸ“Š What type of watch do you like better?
Analog (dials)
Digital (electronic)
Minimalistic (time only)
Text (with date)
Other

1. Basic settings of the watch through theme menu

The easiest way to change the look of a watch is to use the built-in personalization options in the watch. MIUI This method does not require additional applications and works on all Xiaomi, Redmi and other models. POCO flashy.

To open the settings:

  1. Long press on the free space of the lock screen (not on icons!).
  2. Slip the Settings icon (cog) in the lower right corner.
  3. Select the "Clock style" option.

In this menu you will see several tabs:

  • πŸ•’ Analog clock - classic dial with hands (different designs of hands and dial are available).
  • πŸ•“ Digital watches – electronic format (you can choose font and color).
  • πŸ“… Text clocks – time with a date in one block (suitable for minimalists).
  • 🎨 Dynamic – animated watches that respond to the time of day or weather (not available on all models).

Note: on some devices (e.g. Xiaomi) 12T or POCO F5) This menu may not have the Dynamic tab, because of the local firmware constraints, and the solution is to have a global version. MIUI or use alternative methods from the following sections.

πŸ’‘

If the watch doesn’t update after the change in style, restart your smartphone or apply any free theme from the Theme. β†’ Online – This Will Reset the Cache of Display.

2. Change the color and font of the watch without root

By default. MIUI It offers a limited color palette for the watch (usually white, black and accent colors), but there is a legal way to expand this palette without getting root rights through the app. MIUI Lab (Hidden Function of the System).

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ Developer.
  2. Turn it on. MIUI Lab: In the menu for developers, find the option MIUI Lab and activate it. Reset the device.
  • Return to the clock settings (Long press on lock) β†’ Settings β†’ Clock style).
  • Now, a Color slider with an extended palette (including gradients) will appear at the bottom.

To change the font of the clock:

  • πŸ”€ Install any font from the Topic β†’ Fonts (e.g. San Francisco or Roboto).
  • 🎯 The watch will automatically pick up the new font, but only for digital format.
  • ⚠️ Analog watches do not change the font - you need to use themes for them (see the next section).
Why don't all fonts work?
MIUI It only supports full-character fonts for Cyrillic/Latin, and if the font hasn't changed after you've applied it, it doesn't have the glyphs you want, so you can choose another font or install it manually through iFont).

3.Use of third-party themes for unique design

Official theme store MIUI Themes contains thousands of free and paid themes, many of which dramatically change the look of the clock on the lock screen.

How to find and use a theme with a non-standard watch:

  1. Open the Themes app (icon with brush).
  2. Go to the tab Online and enter in the search bar: πŸ” clock or clock (for Russian-language themes). πŸ” Minimal or Dark for Minimalist Options. πŸ” Animated for animated watches.

Apply

Popular themes with unique watches (available in the global store):

Title of the topicClock styleFeatures
Neumorphism ClockDigital3D-shadow effect, supports color change
Dark MatterAnalogFuturistic dial with animated arrows
Minimal OSTextualTime and Date Only, Monochrome Design
Retro WaveDigitalNeon colors, 80s style

⚠️ Note: Some themes may conflict with system fonts or icons, causing visual bugs. If the theme displays incorrectly (e.g., overlays on wallpaper), return the standard theme and restart the device.

Advanced customization through ADB (no root)

If the built-in options are not enough, you can use ADB-This method does not require root rights, but involves working with a computer.

What can be changed through ADB:

  • πŸ”’ Time format (for example, add seconds or change the separator).
  • πŸ“ Size and position of the clock on the screen.
  • 🎭 Hidden styles not available in the standard menu.

Step-by-step:

  1. Install ADB Tools on your PC.
  2. Activate debugging by USB on your smartphone (Settings β†’ For developers β†’ Debugging by USB).
  3. Connect your phone to your PC and execute the commands: adb shell settings put global lock_screen_clock_style 2 adb shell settings put global lock_screen_clock_color"#FF0000" adb shell settings put global lock_screen_clock_size 48 Where: 2 β€” ID style (0=standard, 1=digital, 2=analog, 3=textual). "#FF0000" β€” colour HEX-format (red in example). 48 β€” sp-size.

List of available clock_style different versions MIUI:

ID styleDescriptionSupport for MIUI
0Standard (depending on the topic)12–14
1Digital (electronic)12–14
2Analog (dial)13–14
3Textual (time) + date)14
4Dynamic (animation)Only 14 (Chinese version)

⚠️ Attention: Incorrect values in ADB-In the case of adb shell settings, the clock may fail (e.g., too large a font size will cut the time).To return the standard settings, follow: adb shell settings delete global settings lock_screen_clock_style adb shell settings delete global lock_screen_clock_color adb shell settings delete global lock_screen_clock_size

Install ADB Tools on PC|Enable debugging on USB phone-on|Connect your phone to the original cable|Check the connection with the adb device command|Make a backup of current settings-->

5. Magisk modules for full customization

If you're ready to get root rights, there's almost unlimited room for you to change your watch, and one of the most popular tools is the MiuiClock module for Magisk, which allows you to:

  • 🎨 Choose any typeface (including custom). TTF-file).
  • πŸ”§ Set up position, size and indentations to pixel accuracy.
  • 🌈 Apply gradients and animations.
  • ⏱️ Add seconds, milliseconds or a timer.

Installation instructions:

  1. Install Magisk Manager and get root rights.
  2. Download the MiuiClock module (available on the XDA Developers).
  3. Install the module through Magisk β†’ Modules β†’ Install from storage.
  4. Reset the device.
  5. Module settings will appear in Settings β†’ Additionally. β†’ MiuiClock.

Example of configuration for minimalist watches:

  • πŸ“Œ font: SF Pro Display (download and install via the module).
  • 🎨 Colour: #E0E0E0 (light-grey AMOLED-screen).
  • πŸ“ Size: 36sp (time), 18sp (date).
  • πŸ“ Position: upward displacement by 100px widget-free.

⚠️ Note: Using Magisk modules can lead to loss of warranty and unstable system operation (for example, accidental reboots). TWRP Or Mi Flash Tool.

πŸ’‘

Magisk allows you to change system files MIUI, But it can disrupt the job. OTA-Before installing modules, disable automatic updates to Settings β†’ The phone. β†’ Updating the system.

6.Alternative launchers with support for lock customization

If you don't want to mess with ADB or root, you can use third-party launchers that replace the standard lock screen:

1. Always On Display (AOD) + Lock Screen

  • πŸŒ™ Supports Always On Display even on devices without an official feature.
  • πŸ•’ More than 50 styles of watches, including custom.
  • 🎨 Color, font and animation setting.

2. AcDisplay

  • πŸ” Shows hours and notifications when holding your hand to the screen.
  • πŸ“± Lightweight, does not consume battery.
  • πŸ”§ Supports plugins for advanced customization.

3. Hi Locker

  • 🎭 Complete replacement of the lock screen with support for themes.
  • πŸ• Built-in watch style editor.
  • πŸ”’ The ability to hide the standard clock MIUI.

How to install and configure:

  1. Download the launcher from Google Play (for example, Always On Display).
  2. Grant permissions to Overlay over other applications and the Device Administrator.
  3. In the launcher settings, select the Clock Style β†’ Castomy.
  4. Set the display to your taste.

Advantages of third-party launchers:

  • βœ… Do not require rooting or ADB.
  • βœ… Works on all versions. MIUI.
  • βœ… Allows you to add widgets (weather, steps, battery) next to the clock.

Disadvantages:

  • ❌ Can slightly increase battery consumption (2-5%).
  • ❌ Some features (such as animation) are only available in the paid version.

7. Solving problems with displaying the clock

Sometimes, when you change your settings, the clock on the lock screen starts to glittle, not updating, not displaying correctly, or disappearing at all, and here is a list of common problems and solutions:

Problem 1: The clock doesn’t change after the topic is applied.

  • πŸ”„ Reset the device.
  • 🎨 Apply another topic, then return the one you need.
  • 🧹 Clear the app cache Themes (Settings) β†’ Annexes β†’ Application management β†’ Topics β†’ Warehouse β†’ Clear the cache).

Problem 2: The clock is superimposed on wallpaper or widgets.

  • πŸ“ Change the position of the clock in ADB (see section 4).
  • πŸ–ΌοΈ Change the wallpaper to more contrasting ones.
  • πŸ”§ In the themes settings, select a style with a transparent background.

Problem 3: Analog clocks show the wrong time (arrows are knocked down).

  • πŸ•’ Set automatic time determination (Settings) β†’ System system β†’ Date and time β†’ Autodetermination).
  • πŸ”„ Switch to digital format and back.
  • πŸ“± Check the region in settings (Settings) β†’ Additionally. β†’ Language and region).

Problem 4: After the update MIUI clock settings dropped.

  • πŸ”„ Apply the theme again.
  • πŸ“₯ If you've used ADB, repeat.
  • πŸ”§ For Magisk modules, update them through Magisk Manager.
What to do if the clock is completely gone?
If the watch has disappeared from the lock screen, it may be caused by a failure of the system application com.android.systemui.Solution: 1. Clear the cache and data System. UI (Settings β†’ Annexes β†’ Show it all. β†’ System UI β†’ Storage. 2. Restart the device. 3. If it doesn't help, reset the lock settings (Settings) β†’ Passwords and security β†’ Locking settings β†’ Resetting settings).

FAQ: Frequent questions about setting up the watch

❓ Can the watch be made transparent?
Yes, but only through third-party themes or Magisk modules. MIUI There's no transparency option. Try Glass Morphism or Transparent Clock themes in the theme store. For full transparency, you need a root-right MiuiClock module.
❓ Why my Xiaomi doesn’t have a dynamic watch?
Dynamic clocks are available only on MIUI 14 (Chinese version) and on flagship models (Xiaomi) 13/14, Mix Fold. On Redmi or POCO The solution is to install global firmware or use alternative launchers (for example, Always On Display).
❓ How to Restore a Standard Watch After Experiments?
If you've used ADB, Follow the reset commands (see section 4). For those, use the standard Default theme. If the watch is missing after Magisk, remove the module through Magisk Manager. β†’ Modules and reboot the device.
❓ Can I add seconds to the lock clock?
In standard settings MIUI There's no such option. Solutions: Use ADB-Adb shell settings put global lock_screen_clock_format"HH:mm:ss. Install AcDisplay or Hi Locker launcher with second support. For root users: MiuiClock module allows you to customize the time format.
❓ Why the clock is reset after resetting?
This is a typical problem when using ADB Or Magisk. Solutions: For ADB: Add commands to the boot script (e.g., via Tasker). For Magisk: upgrade to the latest version. Check if the app resets Security (Settings) β†’ Passwords and security β†’ Auto-cleaning).