preferences:preferences_categories:viewer:standalone_viewer:titlebar

  • Custom title: Lets you completely configure the string used in the  title bar. If you turn this option on, the text you provide will be used to generate the title string. See below for more information.
  • Display full path: Turn this option on to display the full path to each file in the title bar of the viewer window. If turned off, only the filename will be shown.
  • Move toolbar into the window title bar: The viewer's toolbar will be displayed as a custom window title bar, rather than appearing below the standard title bar. Any blank spaces in the toolbar (e.g. Spacer buttons) can be used to drag the window. The window icon (top-left) can also be used to move the window if Shift or Ctrl are held down (in case there's nowhere on the toolbar that can do it). The status bar (if turned on) can also be used.
Custom title bar

You can use several special "tokens" in the title string to insert various pieces of information:

%Pfull path of the currently viewed image
%Nname of the current displayed image
%Rdrive root of the current image
%Edisplays * if the image's metadata has been modified and not saved
%Icurrent image's index (number) in the list of images
%Ototal number of images in the list
%Wwidth of the current image
%Hheight of the current image
%Ddepth of the current image (bits per pixel)
%Mcurrent image's dimensions
%Sfile size on disk
%Aimage load time
%Ffolder name
%Ccollection name if current image is marked
%Lany labels assigned to the current image
%Tcomplete original title (useful for simply adding a prefix or suffix to the title)
%Zzoom (magnification) level
%Ggamma correction
%Ucurrent selection area
%%insert a literal % character
%!hide empty blocks within %!…%! (see below)

The %! code is special in that it should be used in pairs around the things you want to hide. They will be hidden if all tokens within the block expand to empty values.

Consider %!Dimensions: %W x %H%!, for example: If %W and %H (width and height) are unavailable (e.g. because the viewer isn't displaying an image) then this will output nothing at all instead of a meaningless "Dimensions: 0 x 0".