Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 2843

Everything 1.5 Alpha • Re: Formatting the statusbar

$
0
0
I usually just keep the file path in the statusbar for ahk purposes
Please consider using the hidden EVERYTHING_RESULT_LIST_FOCUS window instead.

ControlGetText, _ResultListFocus, EVERYTHING_RESULT_LIST_FOCUS1, A




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)
Currently, no.
Some parts can be toggle under Tools -> Options -> Advanced -> statusbar_*


Also is it possible to display specific information(lets say the dimentions)only for specific file extensions
Yes, with a custom statusbar format.

Include the following in your statusbar_selected_item_format:

<if:<EXACT:<LOWER:$extension:>,"jpg">,$dimensions:>

Statistics: Posted by void — Thu Nov 07, 2024 12:34 am



Viewing all articles
Browse latest Browse all 2843

Trending Articles