Statusbar customize, how?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4977
Joined: Thu Sep 03, 2009 6:48 pm

Statusbar customize, how?

Post by therube »

(Silly question, I know, but...)

Statusbar customize, how?

As it is, it's fine, but I also have a Property, SHA-1 displaying, & that also displays on the statusbar, but is of no value (to me) being there.


So how do I keep statusbar data - as it is - except remove the SHA-1 data part?



Status Bar Format


(I believe my statusbar* settings are at defaults, i.e., ...=)
void
Developer
Posts: 16744
Joined: Fri Oct 16, 2009 11:31 pm

Re: Statusbar customize, how?

Post by void »

To show only size, date modified and path of the selected item:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    status format
  • Select statusbar_selected_item_format.
  • Set the value to:

    Code: Select all

    $o items   |   Size: $s   |   Date Modified: $m   |   Path: $p
    
  • Click OK.
Post Reply