ShadowMaster29 on DeviantArthttp://creativecommons.org/licenses/by-nc-nd/3.0/https://www.deviantart.com/shadowmaster29/art/Animated-Multi-Search-Bar-v1-2-Rainmeter-1045533690ShadowMaster29

Deviation Actions

ShadowMaster29's avatar

Animated Multi Search Bar v1.2 | Rainmeter

Published:
16.9K Views

Badge Awards

Description

Up to 25 Search Engines in one animated icon shaped expandable search barCurrent Version: 1.2
Info: forum.rainmeter.net/viewtopic.…
v1.2 Update Notes: forum.rainmeter.net/viewtopic.…
v1.1 Update Notes: forum.rainmeter.net/viewtopic.…

Features:
  • Up to 25 search engines on a single bar.
  • 11 animations to choose from.
  • Customizable.
  • Resizable.
  • Change open orientation.
  • Use specific programs to search.
  • Independent Engine settings.
Controls:
  • Scroll Button - Quick Bar Selection Context Menu.
  • Right Click - General Skin Menu.
  • Ctrl + Right Click - Skin Menu.
  • Scroll Up and Down - Quick Search Bar Switching.
  • Left Click - Open Bar.
  • Enter - Run Search
  • Escape - Cancel/Close bar
  • Enable/Disable List - Right Click > List
  • Change size and other preferences - Right Click > Preferences...
Scripts used:
  • Raincolors.lua v1.3 by RicardoTM
  • Easings.lua v1 by nek7u
How to add a new search engine:
  • Right click > Preferences...
  • Fill Engine6 variable with your new engine name, avoid using spaces.
  • Replace totalEngines with totalEngines=6
  • Right Click on the bar > MultiSearchBar and duplicate any search bar file.ini and name it the same as the Engine6 variable.
  • Modify the variables in the file.
  • engineNumber has to correspond to the EngineN variable number, which would be 6.
  • engineName has to correspond to the name you typed on the Engine6 variable.
  • Add the icon/logo image to #@#resources\Icons. (Right Click > MultiSearchBar > #@#resources\Icons)
  • The image name also has to be the same.
  • In other words: The EngineN variable, the engineName variable, the file name and the image name have to be the same.
  • When done, save the files then Right Click > Refresh All.
  • You should now see your new bar on the bar selection menu, and scrolling on the bar.
  • totalEngines variable has to equal the amount of Engines being used.
  • Repeat.
Search engine guideline:
  • Right Click > Edit Skin - find the engineURL variable.
  • engineURL variable is where the search engine url is, follow this formula: engineURL=www. searchengine.com/search?q=[#Query]
  • [#Query] variable will be replaced with whatever you type on the search bar. 
  • Basically you only need to search something on any website and copy the resultant url and replace whatever you searched for with [#Query].

How to search using a specific program:
  • Right Click > Edit Skin
  • Replace engineURL with engineURL="path\to\program.exe" -flags "URL/search?q=[#Query]"
  • Replace -flags with cmd flags compatible with your program.
  • Quotes are necessary.
  • Do the same for software like Everything.exe but without an actual URL:
  • engineURL="path\to\everything.exe" -s "[#Query]"
How to get multiple search bars:
Simply duplicate the entire skin

if you need help, leave a message on the download page.
Comments6
Join the community to add your comment. Already a deviant? Log In

Searching using Edge appears to be entering a "/" in the address bar each time, otherwise it would work.