Playing with eww

This commit is contained in:
Derek Taylor
2022-09-27 14:42:58 -05:00
parent 46fb945cc3
commit 3a7e50ce5d
16 changed files with 1157 additions and 7 deletions

3
.config/eww/bar/scripts/memory Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')