this post was submitted on 25 Nov 2024
5 points (100.0% liked)

KDE

5503 readers
4 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

Knowing one can change the typeface and font size for Qt apps in their settings file, i.e. I set Krunner so it shows with a bigger font than default with the following in ~/.config/krunnerrc:

[General]
...stuff...
font=An Awesome Typeface,16,-1,5,25,0,0,0,0,0,Regular

But this happens to change the typeface for all texts used within Krunner, so it ends looking like in the first example of the image.

Which is fine, but I'd want the text input in the font to be bold. So trying

font=An Awesome Typeface,16,-1,5,25,0,0,0,0,0,Bold

Gives the result shown in the second example.

Is there any way to make it so only the text input has a bold font, like in the third example?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here