This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
210
Commits
1
Branch
652 MiB
Tree:
fd220c9196
dotfiles
/
.local
/
bin
/
status-memory
3 lines
62 B
Raw
Normal View
History
feat: replace status with dwmblocks
4 months ago
fix: memory in status bar
4 months ago
#!/bin/bash
free -h | awk '/^Mem/ { print $3 }' | sed s/i//g