[FreeBSD] add crossplatform script & pkg_base
[dotfiles_afify.git] / .scripts / dmenu_internet.sh
blob159b5c047858e66632839acd94efb52069f675c7
1 #!/usr/bin/env bash
3 #==============================================================================
4 # Name : dmenu_internet
5 # GitHub : HassanAfify
6 # Copyright : MIT
7 # Version : 0.1
8 # Description :
9 #==============================================================================
11 url='https://www.google.com/search?client=firefox-b-d&q='
13 if to_be_searched=$(echo '' | dmenu -p "爵" -sf "#d65d0e" -sb "#222222" ); then
14 # firefox $url"$to_be_searched"
15 surf $url"$to_be_searched"