SelimovDE/bin/search

8 lines
218 B
Text
Raw Normal View History

2025-01-17 20:57:15 -05:00
#!/bin/bash
dmenu="dmenu -l 0 -theme-str 'window {width: 80%;}' -i"
query=$(eval "$dmenu")
if [ -n "$query" ]; then
~/builds/zen-x86_64.AppImage --new-window "https://swisscows.com/en/web?query=${query// /+}"
fi