Skip to content

v19.10.0

Compare
Choose a tag to compare
@Zren Zren released this 25 Oct 23:38
· 33 commits to master since this release

2019-10-25___18-27-02

  • Added the ability to change font size and number of lines shown. See https://github.com/Zren/plasma-hud#settings for a full list of settings you can configure in ~/.config/plasmahudrc.
  • Launch rofi as right after keypress and we see it supports global menus, but before we start fetching the menu. This lets rofi capture any keypresses while the menu is populating. We pipe the menu items into rofi as they are discovered. We no longer sort the menu items before sending them to rofi, instead letting rofi sort them if configured to in ~/.config/plasmahudrc.
  • Support displaying the menu item icons. You can change the icon theme in plasmahudrc with [Icons] Theme=breeze-dark. You can disable icons with [Icons] Enabled=false.
  • Remove the GTK Menu parsing code to simplify the code. We now only parse menu items from KDE's GDbusMenuProxy which also provides the menu to Plasma's Global Menu widget.
  • Fetch as many menu items from KDE's GDbusMenuProxy as possible. It would previously fetch a single submenu at a time. Large menus like Firefox (with lots of bookmarks) were very slow (Issue #9) (Pull Request #16 by @ren2r).
  • You can now set the text before the search box (HUD) with [Style] Title=🞜 (Pull Request #21 by @AndydeCleyre). You can use any unicode/emoji, like a geometric shape (https://unicode.org/charts/nameslist/n_1F780.html).
  • You can now set the shortcut color with [Colors] ShortcutForeground should you enable shortcuts. I would not recommend enabling shortcuts however until a rofi ignores pango formatting (See Issue #4 for details).

Commits: 19.06.0...19.10.0