http://mcolxyzogp3cy4czf52oa2svu2vjge3otm3shxmtvwshyum47sis3iid.onion/code/qtools/commit/f03bb06d135d30d73b37530d9ea03166baf124a5.html
Requires {url} to place the search url. ' ), + ] + + def __init__(self, **config): + Notifier.__init__(self, **config) + self.add_defaults(Searx.defaults) + self.last_used = None + + self.command = [ ' rofi ' , ' -dmenu ' , ' -l ' , ' 0 ' ] + if self.prompt: + self.command.extend([ ' -p ' , self.prompt]) + if self.theme: + self.command.extend([ ' -theme ' , self.theme]) + + if self.instances_file: + ...