Bunch of changes, fuzzy document finder

This commit is contained in:
2026-03-11 11:42:24 +01:00
parent 7dfa279413
commit b768d53ab8
7 changed files with 43 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
used=$(free -h --si | awk '/^Mem/ {print $3}')
total=$(free -h --si | awk '/^Mem/ {print $2}')
total="32G"
text="${used}/${total}"