From b24ec45d69d79e61bb075b9d77730514724d1aad Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 22 Apr 2024 00:16:35 +0900 Subject: updated Rofi Search and added a separate Rofi --- config/hypr/scripts/RofiSearch.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config/hypr/scripts') 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={} -- cgit v1.2.3