Update search script
This commit is contained in:
parent
b54da9acda
commit
13a3c317ff
@ -3,5 +3,7 @@
|
|||||||
dmenu="dmenu -l 0 -theme-str 'window {width: 80%;}' -i"
|
dmenu="dmenu -l 0 -theme-str 'window {width: 80%;}' -i"
|
||||||
query=$(eval "$dmenu")
|
query=$(eval "$dmenu")
|
||||||
if [ -n "$query" ]; then
|
if [ -n "$query" ]; then
|
||||||
~/builds/zen-x86_64.AppImage --new-window "https://swisscows.com/en/web?query=${query// /+}"
|
query=${query//+/%2B}
|
||||||
|
query=${query// /+}
|
||||||
|
~/.local/bin/zen-x86_64.AppImage --new-window "https://search.brave.com/search?q=$query"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user