This commit is contained in:
sawebb19 2022-12-28 16:44:03 -05:00
commit 6e5095f3cf
35 changed files with 453 additions and 0 deletions

7
dwm/disk.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
case $BLOCK_BUTTON in
1) /home/swebb/Scripts/dwm/diskMenu.sh;;
esac
echo "^c#68A8E4^  $(df /dev/nvme0n1p8 | awk '{print $5}' | sed -n 2p)"