Make notifylog put out a more standard timestamp
This commit is contained in:
parent
e092f769c6
commit
7384513c56
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Called by dunst to blat a notification into a log in tmpfs, for perusal by my hud script
|
# Called by dunst to blat a notification into a log in tmpfs, for perusal by my hud script
|
||||||
# There's a security concern here, logging notifications like this. Only do this on a system you have control over
|
# There's a security concern here, logging notifications like this. Only do this on a system you have control over
|
||||||
(echo -e "`date '+%m-%dT%H:%M'`\0 $DUNST_APP_NAME\0 $DUNST_SUMMARY\0 $DUNST_BODY" | tr '\n' ' ' ; echo '') >> $XDG_RUNTIME_DIR/notifylog
|
(echo -e "`date --iso-8601=seconds`\0 $DUNST_APP_NAME\0 $DUNST_SUMMARY\0 $DUNST_BODY" | tr '\n' ' ' ; echo '') >> $XDG_RUNTIME_DIR/notifylog
|
||||||
|
|
Loading…
Add table
Reference in a new issue