+ Added all my custom commands
This commit is contained in:
parent
6746bd9869
commit
a4c0a67040
13 changed files with 878 additions and 0 deletions
6
.local/bin/custom/twitch-dmenu
Executable file
6
.local/bin/custom/twitch-dmenu
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue