This website requires JavaScript.
Explore
Help
Sign In
q3aql
/
sway-wm
Watch
1
Star
1
Fork
0
You've already forked sway-wm
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
sway-wm
/
.config
/
nwg-wrapper
/
scripts
/
disk_info.sh
4 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Config files
2025-07-27 10:30:33 +02:00
#!/bin/bash
.config/nwg-wrapper/scripts
2025-08-04 07:57:14 +02:00
df -h /
|
awk
'/\//{ printf(" %4s / %s \n", $4, $2) }'
Reference in New Issue
Copy Permalink