clock font size in 18.2 MATE

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nikkky

clock font size in 18.2 MATE

Post by nikkky »

Do you know how can I change clock font size in this edition?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
nikkky

Re: clock font size in 18.2 MATE

Post by nikkky »

This code worked in Linux Mint 18.1 by replacing "000000" with whatever color code you want and by replacing "Ubuntu bold 12" with whatever font and size you want. Then we must save the file as .gtkrc-2.0 (including the dot in front of the filename) inside our home directory /home/our_user_name.
Log out and log back in to see the change.

Code: Select all

 style "my-panel-clock"
    {
    fg[NORMAL] = "#000000"
    font_name = "Ubuntu bold 12"
    }
    widget "*.clock-applet-button.*" style "my-panel-clock"
But in 18.2 version this solution is not working. :(
nikkky

Re: clock font size in 18.2 MATE

Post by nikkky »

Any idea?
nikkky

Re: clock font size in 18.2 MATE

Post by nikkky »

Up
Locked

Return to “Beginner Questions”