feat: replace conky by sbar and pactl by wpctl

This commit is contained in:
AngeD 2023-02-10 16:25:46 +01:00
parent 897a049f47
commit ae3db45cc7
9 changed files with 121 additions and 43 deletions

View file

@ -41,6 +41,9 @@ done
echo "$NEW" > "$CUR_FILE"
# update sbar
kill -35 "$(cat "$HOME/.cache/pidofbar")"
if [ -t 1 ]; then
echo "$NEW"
fi