dotfiles/config/i3/status.sh

7 lines
143 B
Bash
Raw Normal View History

2024-11-30 21:52:04 +01:00
while true; do
time=$(date +" %d/%m/%Y  %I:%M:%S %p")
audio=$(pamixer --get-volume-human)
echo "$audio $time "
sleep 0.1s
done