Files
dotfiles/sway/bar.sh
2025-05-27 12:52:45 +05:30

2 lines
235 B
Bash
Executable File

while echo "RAM:$(free -h | awk '/^Mem:/ {print $3 "/" $2}') Disk:$(df -Ph | grep "/home" | awk {'print $4"/"$2'}) Vol:$(amixer get Master | tail -1 | awk '{ print $5 }' | tr -d '[]') $(date '+%e %b %Y %a %k:%M:%S')"; do sleep 1; done