Update ybrowser

This commit is contained in:
Emre AKYÜZ 2024-07-02 01:54:11 +03:00 committed by GitHub
parent 37ffc69ce5
commit ae85e22236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ d() {
l="$(pr "${i}" | wc -l)" l="$(pr "${i}" | wc -l)"
[ "${l}" -gt "21" ] && l="21" [ "${l}" -gt "21" ] && l="21"
[ "${i}" ] || l="0" [ "${i}" ] || l="0"
pr "${i}" | rofi -dmenu -i -l "${l}" -p "${1}" pr "${i}" | dmenu -i -l "${l}" -p "${1}"
} }
n() { notify-send -i "${XDG_CONFIG_HOME}/dunst/yt.png" "${1}"; } n() { notify-send -i "${XDG_CONFIG_HOME}/dunst/yt.png" "${1}"; }
sv() { sv() {