Hyprland-dotfiles/eww/scripts/widget_search
Stephan Raabe 1b36fb7b1b Updates
2024-04-16 21:46:53 +02:00

10 lines
143 B
Bash
Executable File

#!/bin/bash
if [[ "$1" == "--menu" ]]; then
rofi -show drun
elif [[ "$1" == "--search" ]]; then
firefox --new-tab "https://google.com"
fi