agsdotfilesdotshyprlandhyprland-configricerofirofi-configshell-scriptsswwwwallustwaybarwaybar-modulewaybar-themes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
420 B
10 lines
420 B
# /* ---- 💫 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. |
|
# |
|
|
|
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={}
|
|
|