add: i3blocks mpd playing info
This commit is contained in:
parent
61aeaff7f0
commit
634cfeb240
2 changed files with 5 additions and 1 deletions
bin
2
bin/ext
2
bin/ext
|
@ -5,7 +5,7 @@ if [ -f $1 ] ; then
|
|||
*.tar.bz2) tar xjf $1 ;;
|
||||
*.tar.gz) tar xzf $1 ;;
|
||||
*.bz2) bunzip2 $1 ;;
|
||||
*.rar) unrar x $1 ;;
|
||||
*.rar) unrar x $1 ;;
|
||||
*.gz) gunzip $1 ;;
|
||||
*.tar) tar xf $1 ;;
|
||||
*.tbz2) tar xjf $1 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue