dotfiles/config/i3/status.sh
2024-11-30 21:52:04 +01:00

6 lines
143 B
Bash
Executable file

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