mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Update ybrowser
This commit is contained in:
parent
37ffc69ce5
commit
ae85e22236
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user