Guest User

Untitled

a guest
Dec 12th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. export DISPLAY=":0.0"
  3.  
  4. MPVNP=$(ponymix list | awk 'NR==16' | cut -c14- |sed 's/.\{6\}$//' )
  5.  
  6. notify-send -h string:bgcolor:#191919 -h string:fgcolor:#f2810d -i ~/.icons/mpv.png "📺 MPV Now Playing " "$MPVNP"
Add Comment
Please, Sign In to add comment