This commit is contained in:
shijil
2025-05-27 12:52:45 +05:30
parent 1784e58039
commit 94ecb26c95
19 changed files with 779 additions and 0 deletions

1
river/bar.sh Normal file
View File

@ -0,0 +1 @@
( while echo "RAM:$(free -h | awk '/^Mem:/ {print $3 "/" $2}') DiskFree:$(df -Ph | grep "/root" | awk {'print $4"/"$2'}) Vol:$(amixer get Master | tail -1 | awk '{ print $5 }' | tr -d '[]') $(date '+%e %b %Y %a %k:%M')"; do sleep 1; done ) | creek -fn Terminus:size=18 -hg 18 -nf 0xffffff -nb 0x000000