I usually just keep the file path in the statusbar for ahk purposes but I was wondering if there is a way to display any other information that will be located at the far right of the statusbar(not right next to the file path)
Sort of like it is currently
Filepath then huge gap | size |search options | the active filter
I want to show the some other information that will be positioned right next to the "| Size |" part
Also is it possible to display specific information(lets say the dimentions)only for specific file extensions
Formatting the statusbar
Re: Formatting the statusbar
Please consider using the hidden EVERYTHING_RESULT_LIST_FOCUS window instead.I usually just keep the file path in the statusbar for ahk purposes
ControlGetText, _ResultListFocus, EVERYTHING_RESULT_LIST_FOCUS1, A
Currently, no.but I was wondering if there is a way to display any other information that will be located at the far right of the statusbar(not right next to the file path)
Some parts can be toggle under Tools -> Options -> Advanced -> statusbar_*
Yes, with a custom statusbar format.Also is it possible to display specific information(lets say the dimentions)only for specific file extensions
Include the following in your statusbar_selected_item_format:
<if:<EXACT:<LOWER:$extension:>,"jpg">,$dimensions:>