Customizing
From Wiki
Contents |
Changing the window caption
Add the following lines to the end of the Everything.ini:
window_title_format=$s?{$s - }$t$i?{ ($i)}
http_title_format=$s?{$s - }$t
taskbar_notification_title_format=$t$i?{ ($i)}
| variable | description |
|---|---|
$s
| Current search |
$t
| Everything (localized) |
$i
| Instance name |
- Syntax
$x?{text}= display text if $x is not empty.
For example, to change the window title to My Search including the search string:
window_title_format=$s?{$s - }My Search
| Example format | Search | Title |
|---|---|---|
| $s?{$s - }My Search | apples | apples - My Search |
| $s?{$s - }My Search | My Search |
Note: Changing the window_title_format will also affect the title on the taskbar button.
| Note: Requires "Everything" 1.2.1.369 beta or later |
Changing the icon
To change the Everything icon:
- Copy your icon file into "Everything"'s installation folder and rename it to:
Everything.ico
- Restart "Everything".
| Note: Requires "Everything" 1.2.0 beta or later. |
Changing the Taskbar group icon
To change the Everything Taskbar group icon:
- Click Start, Run and enter: regedit.exe
- Navigate to the following key:
HKEY_CURRENT_USER\Software\Classes\Applications\Everything.exe
- (If the above key does not exist, you need to create it)
- In the right-pane, create a new REG_EXPAND_SZ value named TaskbarGroupIcon.
- Double-click TaskbarGroupIcon and set its data as follows:
C:\Program Files\Everything\Everything.ico
- OR, to specify the icon index:
C:\Program Files\Everything\Everything.ico,10
- Close regedit.exe
Changing the HTTP files
To change the default HTTP files:
- Create the folder HTTP Server in your "Everything" installation folder.
- In Everything, from the Tools menu, click Start HTTP Server.
- Download the following files to the HTTP Server folder in your "Everything" installation folder.
- http://localhost/drive.png
- http://localhost/everything.png
- http://localhost/favicon.ico
- http://localhost/file.png
- http://localhost/folder.png
- http://localhost/icon.png
- http://localhost/main.css
- Edit these files in the HTTP Server folder in your "Everything" installation folder.
- Everything will load these files instead of the embedded HTTP server files.
- Hold Shift and press the reload button to force your browser to refresh.
External file manager
- Exit Everything.
- Open the Everything.ini file in your "Everything" installation folder.
- Add the following 2 lines to the bottom of the ini:
open_folder_command=$exec("ExternalFileManager.exe" "%1")
open_folder_path_command=$exec("ExternalFileManager.exe" "$parent(%1)")
- Replace the text ExternalFileManager.exe with the full path and file name of your file manager executable.
- Please use $$, $%, $( and $) to escape $, %, ( and ).
- Check your external file manager help for any required command line parameters.
- Restart "Everything".
See Also
- Ini
- Translating
- Indexing - choose which files and folders are included.
- Searching
- Command line options
