* 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
16 lines
330 B
Diff
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
|