diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2018-03-14 10:06:51 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2018-03-14 10:06:51 -0300 |
| commit | db828f7caec6fc3fe63efb7e6726f18f22e0c918 (patch) | |
| tree | 8ead2fdabb0350def2831fc9f0b7db320634f895 | |
| parent | cf015fcedd3fd0e71d2ea7fb0475f39ff4f20c62 (diff) | |
| download | utils-x11-db828f7caec6fc3fe63efb7e6726f18f22e0c918.tar.gz utils-x11-db828f7caec6fc3fe63efb7e6726f18f22e0c918.tar.bz2 | |
Adds xalarm start time
| -rwxr-xr-x | xalarm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ BASENAME="`basename $0`" # List alarms function xalarm_list { - ps -U $USER -o pid,command | grep xalarm | grep -v grep | grep -v list | grep -v cancel | \ + ps -U $USER -o pid,lstart,command | grep xalarm | grep -v grep | grep -v list | grep -v cancel | \ sed -e "s|$FULLNAME||" -e "s|/bin/bash||" | grep -v -- "sed -e" } |
