diff options
author | Mateja <mail@matejamaric.com> | 2021-02-07 11:45:03 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-07 11:45:03 +0100 |
commit | b477ab4923f88c90c655a9540ddafcc98ebdfd8c (patch) | |
tree | 7ced856805bdb1518fb14a43b748ee1f96b3b278 /scripts/mpd_show | |
parent | 5d0c80a46c76dd1712f274ff6ddce05526253983 (diff) | |
download | dotfiles-b477ab4923f88c90c655a9540ddafcc98ebdfd8c.tar.gz dotfiles-b477ab4923f88c90c655a9540ddafcc98ebdfd8c.zip |
Move and rename scripts.
Diffstat (limited to 'scripts/mpd_show')
-rwxr-xr-x | scripts/mpd_show | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/mpd_show b/scripts/mpd_show deleted file mode 100755 index 8d14a1d..0000000 --- a/scripts/mpd_show +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -raw="$(mpc)" -song=$(echo "$raw" | sed -n '1p') -time=$(echo "$raw" | sed -n '2p') -notify-send "$song" "$time" |