update theme
This commit is contained in:
@@ -42,7 +42,8 @@ map t toggle_statusbar
|
||||
|
||||
map <Space> scroll full-down
|
||||
map <BackSpace> scroll full-up
|
||||
map <C-s> feedkeys ":exec /home/thomas/.config/zathura/scripts/extract-pdf-page.sh $FILE<Return>"
|
||||
map <C-s> feedkeys ":exec /home/thomas/.config/zathura/scripts/extract-pdf-page.sh $FILE $PAGE<Return>"
|
||||
map P feedkeys ":exec /home/thomas/.local/bin/print-esrf $FILE<Return>"
|
||||
#+END_SRC
|
||||
|
||||
* Colors
|
||||
@@ -96,9 +97,9 @@ tmpfile=/tmp/pdf_page.pdf
|
||||
|
||||
# Ask for page number
|
||||
# Ideally would get the page from Zathura...
|
||||
pagenum=$(rofi -dmenu -p "Page Number")
|
||||
# pagenum=$(rofi -dmenu -p "Page Number")
|
||||
|
||||
pdftk "$1" cat $pagenum output "$tmpfile.pdf" && \
|
||||
pdftk "$1" cat $2 output "$tmpfile.pdf" && \
|
||||
pdf2svg "$tmpfile.pdf" "$tmpfile.svg" && \
|
||||
inkscape "$tmpfile.svg"
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user