[bibtex] Add rofi theme

Added theme to rofi making use of dropdown possibility. Will create a
window spanning whole page (or less, depending on how many lines dmenu
command passes on), and dynamically resizing to number of items.
This commit is contained in:
Marty Oehme 2020-05-11 17:39:24 +02:00
parent dba4877983
commit f8056ed25a
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
3 changed files with 36 additions and 1 deletions

View file

@ -3,7 +3,7 @@
exist rofi normal
_rofi() {
rofi -dmenu -no-auto-select -i "$@"
rofi -dmenu -no-auto-select -i "$@" -theme themes/dropdown -p "papers" -l 25 -yoffset 20
}
bib=${1:-$BIBFILE}