]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/xstatusbar.sh
start-x-hidpi
[dotfiles.git] / bin / bin / xstatusbar.sh
diff --git a/bin/bin/xstatusbar.sh b/bin/bin/xstatusbar.sh
deleted file mode 100755 (executable)
index dc5c66c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-while :; do
-    life=$(apm -l)
-    [ -e /tmp/do-fdm ] && fdm_state="FM" || fdm_state=""
-    topinfo=$(top -b -d 1 0 | sed s/[,:]//g)
-    meminfo=$(echo "$topinfo" | grep "^Mem")
-    arcinfo=$(echo "$topinfo" | grep "^ARC")
-    xsetroot -name "$meminfo | $arcinfo | $fdm_state $life% $(date "+%Y-%m-%dT%H:%M:%S")"
-    sleep 20
-done