display_notif_system_stats 85 B

12345
  1. #!/bin/sh
  2. notif_set 0 "Getting system stats..."
  3. killall -s USR1 system_stats
  4. exit 0