It would be nice to see a little more details on the status bar:
100 objects, 10 folders, 90 files.
or
100 objects, 10 folders, 90 files: 70 pictures, 15 documents, 5 executables.
when selected:
100 objects 22 selected. 10 folders 2 selected. 90 files 20 selected.
or
22/100 objects. 2/10 folders, 20/90 files.
More details on Status Bar
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: More details on Status Bar
statusbar is configurable, in general.
Some of what you're looking for will be a bit more advanced, but I'd think doable.
(Unsure offhand where the threads are describing, but do a Search... & see what turns up.)
Status Bar Format
Some of what you're looking for will be a bit more advanced, but I'd think doable.
(Unsure offhand where the threads are describing, but do a Search... & see what turns up.)
Status Bar Format
-
tuska
- Posts: 1385
- Joined: Thu Jul 13, 2017 9:14 am
Re: More details on Status Bar
2endo64
Try these settings in Everything Options - e.g. 1.5.0.1414b (x64) -> Advanced ... and customize them to your liking ...
statusbar_format
Value for statusbar_format:
statusbar_selected_item_format
Value for statusbar_selected_item_format
statusbar_selection_format
statusbar_view
Value for statusbar_view
statusbar_view_thumbnail_size
Value for statusbar_view_thumbnail_size
PS:
These are my settings, however I am not a professional who can pull other variations out of thin air...
____________________________________________________________
Windows 11 Pro (x64) Version 25H2 (OS build 26200.8655) - 2026-06-09
'Everything' 1.5.0.1414b (x64) - Portable on system drive in C:\Everything
Try these settings in Everything Options - e.g. 1.5.0.1414b (x64) -> Advanced ... and customize them to your liking ...
statusbar_format
Value for statusbar_format:
Code: Select all
<IF:$result-count:==0,"0 items", <IF:$result-count:==1,"1 item", <TEXT:$result-count:,"#,##0"> items> (<TEXT:$file-result-count:,"#,##0"> file(s), <TEXT:$folder-result-count:,"#,##0"> folder(s))Value for statusbar_selected_item_format
Code: Select all
1 item (of [if:$folder-selection-count:,[text:$folder-result-count:,"#,###"] folder(s),[text:$file-result-count:,"#,###"] file(s)])[if:$file-selection-count:," | Extension: "$extension:] | Size:$s | Date Modified: $m | Date Created: $c | Date Accessed: $a | Path: $fCode: Select all
Selected <IF:$selection-count:==$result-count:,"all",<TEXT:$selection-count:,"#,##0"> of> <TEXT:$result-count:,"#,##0"> items (<IF:$file-selection-count:==$file-result-count:,"all",<TEXT:$file-selection-count:,"#,##0"> of> <TEXT:$file-result-count:,"#,##0"> file(s), <if:$folder-selection-count:==$folder-result-count:,"all",<TEXT:$folder-selection-count:,"#,##0"> of> <TEXT:$folder-result-count:,"#,##0"> folder(s)) | Size: <IF:$total-selection-size:!=$total-result-size:,<FORMATSIZE:$total-selection-size:,0> of ><FORMATSIZE:$total-result-size:,0><IF:$total-result-size:<=1024, (<if:$total-selection-size:!=$total-result-size:,<TEXT:$total-selection-size:,"#,##0" of ><TEXT:$total-result-size:,"#,##0" bytes)>Value for statusbar_view
Code: Select all
trueValue for statusbar_view_thumbnail_size
Code: Select all
64These are my settings, however I am not a professional who can pull other variations out of thin air...
____________________________________________________________
Windows 11 Pro (x64) Version 25H2 (OS build 26200.8655) - 2026-06-09
'Everything' 1.5.0.1414b (x64) - Portable on system drive in C:\Everything