ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers
https://sioyek.info/
GNU General Public License v3.0
7.09k stars 235 forks source link

[FR] Show page number in the titlebar #1131

Open RYQ-22 opened 3 months ago

RYQ-22 commented 3 months ago

It seems that the page number can only be displayed in the status bar. Can we set it to be displayed in the titlebar? Or can we set the position where the page number is displayed in the statusbar?

ahrm commented 3 months ago

There is currently no way to display it in titlebar, however, in the development branch you can customize the statusbar format using the status_bar_format config option. The default value is:

[ %{current_page} / %{num_pages} ]%{chapter_name}%{search_results}%{search_progress}%{link_status}%{waiting_for_symbol}%{indexing}%{preview_index}%{synctex}%{drag}%{presentation}%{visual_scroll}%{locked_scroll}%{highlight}%{freehand_drawing}%{rect_select}%{custom_message}%{tts_status}%{tts_rate}
RYQ-22 commented 3 months ago

I understand, thank you for your answer.