tangled
alpha
login
or
join now
duskyelf.me
/
NixBTW
0
fork
atom
My NixOS configuration and dotfiles
0
fork
atom
overview
issues
pulls
pipelines
NixBTW
/
scripts
/
memory.sh
at
main
5 lines
97 B
view raw
wrap content
duskyelf.me
feat: tmux right status showing battery, CPU, and memory
5mo ago
3093df31
1
#!/usr/bin/env bash
2
set
-euo pipefail
3
4
printf
" "
5
printf
"
$(
free -h
|
awk
'/Mem/{print $3}'
)
"