aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-27 08:30:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-27 08:30:53 -0300
commit7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab (patch)
treebbb558a93fd3539e31a775a8615f96b7074d321d
parent0303a854e68c96656343a05746e4618af2572519 (diff)
downloadscripts-7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab.tar.gz
scripts-7ff9c2eeab03060deaa0fdadfb5ecf21d15a10ab.tar.bz2
Status: placeholder for xalarm list
-rwxr-xr-xstatus3
1 files changed, 3 insertions, 0 deletions
diff --git a/status b/status
index 5e647d9..546583a 100755
--- a/status
+++ b/status
@@ -99,6 +99,9 @@ function status_run {
# Check unread mails
unread-mails
+ # Alarms set
+ #xalarm list
+
# Check if are dangling downloaded files
if [ -e "$HOME/load" ] && [ ! -z "`ls -1 ~/load/`" ]; then
# Print a newline if needed depending of the output of the previous commands