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
208
Commits
1
Branch
652 MiB
Tree:
8604e18578
dotfiles
/
.local
/
bin
/
status-disk-usage
3 lines
54 B
Raw
Normal View
History
feat: replace status with dwmblocks
4 months ago
#!/bin/bash
df -h / | tail -n 1 | awk '{ print $4 }'