Files
wofi-pass/sway-branding.patch
Matej Cepl f2bfb6c754 - Update to version 0.0~git.1684513404.072991c:
* Allow alternative use of rofi, if wofi is not available.
  * remove useless and not escaped EOL marker
  * remove bashism
  * fix single field selection
  * only prompt for the field if there are more than one
- Remove wofi-pass-rpmlintrc as it is not needed anymore.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wofi-pass?expand=0&rev=9
2023-05-19 16:42:38 +00:00

16 lines
330 B
Diff

---
wofi-pass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/wofi-pass
+++ b/wofi-pass
@@ -13,7 +13,7 @@ head=0
TYPE_CMD="wl-copy"
if [ -x "$(command -v -p wofi 2>/dev/null)" ] ; then
- menu_cmd='wofi --dmenu'
+ menu_cmd='wofi --dmenu --style=/etc/wofi/style.css'
else
menu_cmd='rofi -dmenu'
fi