Add key binding for status notification
[khome.git] / home / bin / notify_status
diff --git a/home/bin/notify_status b/home/bin/notify_status
new file mode 100755 (executable)
index 0000000..afd0d9c
--- /dev/null
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+# The status is a function which calls other functions which use variables...
+# load 'em all:
+for file in ~/lib/login_*.sh
+do
+    . "$file"
+done
+
+notify-send "$(status)" -u low
This page took 0.03246 seconds and 4 git commands to generate.