dotfiles
This commit is contained in:
1
sway/bar.sh
Executable file
1
sway/bar.sh
Executable file
@ -0,0 +1 @@
|
||||
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
|
||||
Reference in New Issue
Block a user