all repos — dotfiles @ foobar

my *nix dotfiles

bin/bar (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
#!/bin/sh

while :; do
    vol="$(sndioctl -n output.level)"
    bat="$(bat -q)"
    time="$(date +"%H:%M")"
    date="$(date.sh)"
#    printf '%s\t\t\t\t%s\t\t\t\t%s\t\t\t%s' "$bat" "vol $(echo $vol*100 / 1 | bc)" "$date" "$time"
    echo "$(date)"
    sleep 0.5
done | ~/code/barito/barito