Add free memory to FreeBSD's waybar.

This commit is contained in:
Tom Alexander
2022-10-28 20:45:19 -04:00
parent b2ea65faab
commit 4ec4ca0e63
5 changed files with 43 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#
# Delete temporary files on entire disk
find / -type f -name '*.orig' -delete -or -name '*~' -delete
find / -type f -name '*.orig' -delete -or -name '*~' -delete -print