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

scaling on 4k screen #19

Open rkunschke opened 5 years ago

rkunschke commented 5 years ago

I use plasma-hud on a 4k screen. Is it possible to add a scaling feature?

Zren commented 5 years ago

I assumed it already detected DPI, but perhaps I've broken it.

What happens if you double the font size in ~/.config/plasmahudrc under [Style] from Font=Sans 10 to Font=Sans 20?

rkunschke commented 5 years ago

I now set the Font to Sans 5 and everything looks fine. Thank you. I would be a nice feature to respect plasma-desktops scaling but this solves the problem too.