Zren / plasma-hud

Provides a way to run menubar commands in KDE Plasma through rofi, much like the Unity 7 Heads-Up Display (HUD).
GNU General Public License v2.0
235 stars 9 forks source link

Tiny characters #32

Open bipox opened 4 years ago

bipox commented 4 years ago

Characters appear really tiny in the HUD

I couldn't make a screenshot with the HUD open so I took a bad picture as to give an idea

Zren commented 4 years ago

I'm guessing you have a HiDPI screen?

In any case, set the font size by editing the config file.
https://github.com/Zren/plasma-hud#settings

You can run this to set it to 20px:

kwriteconfig5 --file="$HOME/.config/plasmahudrc" --group="Style" --key="Font" "Sans 20"
bipox commented 4 years ago

Thank you for your quick answer.

No I have a regular FHD screen. I've had plasma-hud installed for a while and this issue appeared just today.

Maybe it's because I had a game run in 720p? I'll try to reproduce it later.

And the config file worked! 20px was too small, but 30 is perfect.