How to display custom text on the desktop on Windows 10

The easiest way to display text on your desktop is through a sticky note. Windows 10 has a Sticky Note app that allows you to pin notes to your desktop. That said, sticky notes are best for when you need a scratch pad, for making a list, or for storing information you need to access often. If you need to display custom text on the desktop and sticky notes aren’t what you’re looking, we strongly recommend using a Rainmeter skin.

how to display custom text on the desktop on windows 10 How to display custom text on the desktop on Windows 10

Rainmeter is a great app that you can use to show all sorts of information on your desktop, and if you need to add text e.g., a sign telling you to sit up straight, or drink water, a Rainmeter skin might be the best option. As for which skin you should use, we’re going to show you how you can make your own.

Font selection

A Rainmeter skin can use a custom font and it’s really very easy to add. Before you create your Rainmeter skin, decide first if you want to use a custom font or not. If you’ve decided to use a custom font, go ahead and look for one that is suitable for the text you want to display. Be mindful of the license that a font comes with.

Create text display Rainmeter skin

To keeps things simple, you should first create a folder and give it whatever name you want the Rainmeter skin to have. We’re going with DesktopTextSkin. You can pick whatever you like.

Once the folder has been created, open it. If you decided to use a custom font, create a new folder in this one named @Resources. Inside this folder, create yet another folder called ‘Fonts’. Move the font you want to use to this Fonts folder.

Return to the root of the skin’s folder.

Create Rainmeter skin INI file

Open a new Notepad file and enter the following in it. You will have to edit it to suit your own needs.

[MeterString]
Meter=String
FontFace=BEYONDCONTROL
FontSize=50
FontColor=FFFFFF
FontWeight=400
Text=Hello, World

The ‘FontFace’ field is where you need to enter the name of the font you’re using for the skin. If you’re not using a custom font, set this to ‘Trebuchet MS’. It’s a Microsoft font.

The FontSize and FontColor fields are self explanatory. Change them to whatever suits you. Play with the FontWeight if you want. FontWeight is basically how you make text bold. You can reference its values here, or you can omit this line if you want.

how to display custom text on the desktop on windows 10 1 How to display custom text on the desktop on Windows 10

Last, but not least is the Text field. Replace ‘Hello, World’ with the text you want to display. Save the file with the INI extension and save it to the folder you created for the skin.

Package Rainmeter skin

You must have Rainmeter already installed on your system. Open it, and click the Create .rmskin package button.

how to display custom text on the desktop on windows 10 2 How to display custom text on the desktop on Windows 10

Enter the name of the skin, the name of the Author (that’s you), and the version of the skin. Click ‘Add Skin’. In the window that opens, select the ‘Add custom folder’ option, and then select the folder that you saved the INI file to. Click Ok, and then Next. The skin will be packaged as a .rmskin file.

how to display custom text on the desktop on windows 10 3 How to display custom text on the desktop on Windows 10

Install it and load the skin like you would any other skin. Any time you want to change what the text says, you can edit the INI file of the installed skin from Rainmeter. If you need to display multiple text snippets, you can use this same skin and create a copy of it.

This is a basic skin that we’ve created. You can add additional attributes to it such as where it’s positioned on your screen, add icons, and more. Read the documentation that’s available if you want to develop the skin further.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.