Remove audio hooks, use extra script

This commit is contained in:
2018-01-29 11:36:03 +01:00
parent f36a90aa86
commit 7b75228732
2 changed files with 17 additions and 10 deletions

9
i3/scripts/bar-update Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [[ "$1" ]] ; then
modules="$1"
else
modules=all
fi
py3-cmd refresh "$modules"