Hyprland-dotfiles/eww/scripts/widget_search

10 lines
143 B
Plaintext
Raw Normal View History

2024-04-16 21:46:53 +02:00
#!/bin/bash
if [[ "$1" == "--menu" ]]; then
rofi -show drun
elif [[ "$1" == "--search" ]]; then
firefox --new-tab "https://google.com"
fi