diff options
| author | JaKooLit <jimmielovejay.com> | 2024-04-22 00:16:35 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-04-22 00:16:35 +0900 |
| commit | b24ec45d69d79e61bb075b9d77730514724d1aad (patch) | |
| tree | 89eb9f932f2b73a45e4e698ada03be1200d50a8b /config/hypr/scripts/RofiSearch.sh | |
| parent | 15fb0732c99cb63ec3997210053373704de0eec2 (diff) | |
updated Rofi Search and added a separate Rofi
Diffstat (limited to 'config/hypr/scripts/RofiSearch.sh')
| -rwxr-xr-x | config/hypr/scripts/RofiSearch.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config/hypr/scripts/RofiSearch.sh b/config/hypr/scripts/RofiSearch.sh index a16b52d8..13148455 100755 --- a/config/hypr/scripts/RofiSearch.sh +++ b/config/hypr/scripts/RofiSearch.sh @@ -1,3 +1,10 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +# Modified Script for Google Search +# Original Submitted by https://github.com/LeventKaanOguz + # Opens rofi in dmenu mod and waits for input. Then pushes the input to the query of the URL. # -echo "" | rofi -dmenu -p "Search:" | xargs -I{} xdg-open https://www.google.com/search?q={} + +rofi_config="$HOME/.config/rofi/config-search.rasi" + +echo "" | rofi -dmenu -config "$rofi_config" -p "Search:" | xargs -I{} xdg-open https://www.google.com/search?q={} |
