refactor: new system basics
This commit is contained in:
4
polybar/scripts/getMemory.sh
Executable file
4
polybar/scripts/getMemory.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
memory=$(free -m -L | awk '{print $6'})
|
||||
echo $memory MiB
|
||||
Reference in New Issue
Block a user