Guest User

Untitled

a guest
Jan 22nd, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # Something like this
  2.  
  3. MPD=$(mpc current)
  4. MEM=$(free -m or whatever)
  5. CPU=$(cat /proc/cpuinfo | grep your mom)
  6.  
  7. wmfs -s "$MPD | $MEM | $CPU"
Add Comment
Please, Sign In to add comment