diff options
author | nia <nia@pkgsrc.org> | 2021-10-18 11:42:35 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-10-18 11:42:35 +0000 |
commit | e518198c75fea00e40de4f1d432f3c73dfee745d (patch) | |
tree | 7fa1f6046d85c06ef35fb16549be9375ff4265e6 /x11/rofi/PLIST | |
parent | 66f625c8fa7716c611eb008cba951e0b89f844fb (diff) | |
download | pkgsrc-e518198c75fea00e40de4f1d432f3c73dfee745d.tar.gz |
rofi: update to 1.7.0
v1.7.0: Iggy 2024
- ADD: -steal-focus option.
- ADD: [Config] Add nested configuration option support.
- ADD: [Config] Support for handling dynamic config options.
- ADD: [IconFetcher] Find images shipped with the theme.
- ADD: [DRun] Add support for passing file (using file-browser) completer for desktop files that support his.
- ADD: [DRun] Support for service files.
- ADD: [FileBrowser] Allow setting startup directory (#1325)
- ADD: [FileBrowser]: Add sorting-method. (#1340)
- ADD: [FileBrowser] Add option to group directories ahead of files. (#1352)
- ADD: [Filtering] Add prefix matching method. (#1237)
- ADD: [Icon] Add option to square the widget.
- ADD: [Icon|Button] Make action available on icon, button and keybinding name.
- ADD: [KeyBinding] Add Ctrl-Shift-Enter option. (#874)
- ADD: [ListView]-hover-select option. (#1234)
- ADD: [Run] Add support for passing file (using file-browser) completer.
- ADD: [Textbox] Allow theme to force markup on text widget.
- ADD: [Theme] theme validation option. (`-rasi-validate`)
- ADD: [View] Add support for user timeout and keybinding action.
- ADD: [Widget] Add cursor property (#1313)
- ADD: [Widget] Add scaling option to background-image.
- ADD: [Widget] Add support background-image and lineair gradient option.
- ADD: [Window] Add pango markup for window format (#1288)
- ADD: [Window] Allow rofi to stay open after closing window.
- FIX: [DSL] Move theme reset into grammar parser from lexer.
- FIX: [Drun]: fix sorting on broken desktop files. (thanks to nick87720z)
- FIX: [File Browser]: Fix escaping of paths.
- FIX: [ListView] Fix wrong subwidget name.
- FIX: [Script] Don't enable custom keybindings by default.
- FIX: [TextBox] Fix height estimation.
- FIX: [Theme] widget state and inherited properties. This should help fixing some old themes with changes from 1.6.1.
- FIX: [Widget] Fix rendering of border and dashes. (Thanks to nick87720z)
- FIX: [Build] Fix CI.
- FIX: [Theme] Discard old theme, when explicitly passing one on command line.
- REMOVE: -dump-xresources
- REMOVE: -fullscreen
- REMOVE: -show-match
- REMOVE: Old xresources based configuration file.
- REMOVE: fake transparency/background option, part of theme now.
- REMOVE: xresources parsing via Xserver
- Remove: [Theme] Remove backwards compatiblity hack.
- DOC: Update changes to manpages
Diffstat (limited to 'x11/rofi/PLIST')
-rw-r--r-- | x11/rofi/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/rofi/PLIST b/x11/rofi/PLIST index 2cbca24450d..6626beea04d 100644 --- a/x11/rofi/PLIST +++ b/x11/rofi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2020/11/24 17:22:00 nia Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/10/18 11:42:35 nia Exp $ bin/rofi bin/rofi-sensible-terminal bin/rofi-theme-selector @@ -26,6 +26,7 @@ share/rofi/themes/arthur.rasi share/rofi/themes/blue.rasi share/rofi/themes/c64.rasi share/rofi/themes/dmenu.rasi +share/rofi/themes/docu.rasi share/rofi/themes/fancy.rasi share/rofi/themes/glue_pro_blue.rasi share/rofi/themes/gruvbox-common.rasi @@ -35,6 +36,8 @@ share/rofi/themes/gruvbox-dark.rasi share/rofi/themes/gruvbox-light-hard.rasi share/rofi/themes/gruvbox-light-soft.rasi share/rofi/themes/gruvbox-light.rasi +share/rofi/themes/iggy.jpg +share/rofi/themes/iggy.rasi share/rofi/themes/lb.rasi share/rofi/themes/paper-float.rasi share/rofi/themes/purple.rasi |