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

If supplied, use configuration's Style.Title string #21

Closed AndydeCleyre closed 5 years ago

AndydeCleyre commented 5 years ago

as the input/filter field label left of the colon, instead of 'HUD'

~/.config/plasmahudrc:

[Style]
Font=Share 24
Title=AppMenu

image

AndydeCleyre commented 5 years ago

@Zren anything blocking this?

Zren commented 5 years ago

I wanted to merge the perf3 branch first, as this is trivial to add (manually giving you credit) if there's a merge conflict.

I've just merged perf3, as I'm likely not going to ever be able to sufficiently test if the refactor broke anything at this rate. I might as well release it and have people QA, reporting any bugs.

As I feared, there's a merge conflict. GitHub can apparently resolve it using the website now? Interesting.

Zren commented 5 years ago

Ew, it makes an extra commit. Last time I try that.

Edit: Though a "squash and merge" removes the extra commit, so is still useful.