This commit is contained in:
Chris Cochrun 2023-04-17 21:36:18 -05:00
parent 262c671c3a
commit b44b53337e
4 changed files with 9 additions and 0 deletions

0
scripts/bleh Normal file
View file

5
scripts/disk Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
disk_usage=$(df -h | rg /dev/nvme0n1p2 | awk '{print $4}')
echo "󰋊 $disk_usage"