[Breeze] [Bug 347123] OSD is distracting and annoying

Martin Klapetek mklapetek at kde.org
Mon May 4 07:35:50 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=347123

Martin Klapetek <mklapetek at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mklapetek at kde.org

--- Comment #5 from Martin Klapetek <mklapetek at kde.org> ---
It's not entirely unintentional; it scales with font. If your base font size is
big, OSD is big (the base height is computed as pixel height of "M" * some
constant).

That said, the OSD is part of the look-&-feel package, allowing for easy
drop-in replacement of the visualized data. You can even change it yourself for
immediate effect for the time being - open
/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/osd/OsdItem.qml
in your favorite editor - edit the "height" line at the top and replace 15 with
3 and completely comment out the PlasmaCore.IconItem { .. } lines. That will
give you moreless the kde4 OSD.

Note: untested.

As for the actual size, could perhaps be made smaller, but it won't return to
the kde4 style one. That's what l&f is for. Position will also not change, this
is however not easily settable (from the OSD pov, impossible even, because it's
placed by kwin directly).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Plasma-devel mailing list