mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Playing with eww
This commit is contained in:
3
.config/eww/bar/scripts/memory
Executable file
3
.config/eww/bar/scripts/memory
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')
|
||||
Reference in New Issue
Block a user