G-dH / windows-search-provider

A GNOME Shell extension that gives you access to open windows through overview search
GNU General Public License v3.0
10 stars 2 forks source link

Highlighter changed to underline instead of bold #1

Open mfauvain opened 7 months ago

mfauvain commented 7 months ago

Thx for the extension, very useful. Is it possible to keep the highlighting bold by default and not change it to underline?

G-dH commented 7 months ago

The reason behind the change in highlighting method is the GS issue #2479. This means that without the change, the text of all results will be "randomly" ellipsized, even if there's enough space. You can try disabling the patch by commenting out the following line: https://github.com/G-dH/windows-search-provider/blob/b8975b9cd2eb2a58317e54ffb4267fbdf04fb6fc/windowsSearchProvider.js#L75 in ~/.local/share/gnome-shell/extensions/windows-search-provider@G-dH.github.com/windowsSearchProvider.js file.

G-dH commented 7 months ago

I've added an option to change the highlighting style (25b016b). You can install the updated extension from the repository now.

mfauvain commented 7 months ago

Very nice. Thank you.