summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/idot4
-rwxr-xr-xbin/status227
2 files changed, 27 insertions, 4 deletions
diff --git a/bin/idot b/bin/idot
deleted file mode 100755
index 44387e8..0000000
--- a/bin/idot
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# dot -Gsize=9 -Nshape=box -Nstyle=rounded -Tsvg | convert -- - sixel:/dev/tty
-# dot -Gsize=9 -Nfontname=Helvetica -Tsvg | convert -- - sixel:/-dev/tty
-dot -Gsize=9 -Nfontname=Arial -Tpng | icat - /dev/tty
diff --git a/bin/status2 b/bin/status2
new file mode 100755
index 0000000..1b7ea55
--- /dev/null
+++ b/bin/status2
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+ip() {
+ while read -r w1 w2 w3; do
+ [ $w1 = /32 ] && [ $w2 = host ] && [ $ip != 127.0.0.1 ] && break
+ ip=$w2
+ done < /proc/net/fib_trie
+}
+
+power() {
+ while read -r line; do
+ case $line in POWER_SUPPLY_CAPACITY*) power=${line#*=}% && break;; esac
+ done < /sys/class/power_supply/BAT0/uevent
+}
+
+status() {
+ power
+ ip
+ sound="$(pamixer --get-volume-human)"
+ clock="$(date +'%a %d %b %H:%M')"
+}
+
+while true; do
+ status && echo "$ip , power $power , sound $sound , $clock"
+ sleep 17
+done |
+root-tail -g '500x20-80-0' -fn '-*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*' --color grey70 -