add: i3blocks

fix. aliasrc type
fix: i3status config location
This commit is contained in:
Tobias Reisinger 2020-01-12 01:54:38 +01:00
parent 55f2cf3228
commit f5efc9dff8
4 changed files with 39 additions and 0 deletions
.config/i3blocks

10
.config/i3blocks/mpc-status Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
alias mpc-current='mpc -f "%title% - %album% - %artist%" current'
mpc-current
while :
do
mpc-current --wait
done