+ Added all my custom commands

This commit is contained in:
ziro 2020-07-16 10:16:44 +07:00
parent 6746bd9869
commit a4c0a67040
13 changed files with 878 additions and 0 deletions

6
.local/bin/custom/twitch-dmenu Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
link="https://twitch.tv/$(echo "" | dmenu -p "Channel/Video: ")"
[ -z $link ] && exit 1
mpv $link && echo "Successfully load" || notify-send "Channel/video name is invalid or offline"