X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fnotify_status;fp=home%2Fbin%2Fnotify_status;h=afd0d9c6ab3ed41db669b490ee5952d7cd675a89;hb=90b88aefe4b6379c2784bab381749f84970cf737;hp=0000000000000000000000000000000000000000;hpb=bd34651151617d1f202154ada212da8f90942f70;p=khome.git diff --git a/home/bin/notify_status b/home/bin/notify_status new file mode 100755 index 0000000..afd0d9c --- /dev/null +++ b/home/bin/notify_status @@ -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