mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
Bunch of changes, fuzzy document finder
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user