dotfiles/bin/executable_org-update-clock...

10 lines
239 B
Plaintext
Raw Normal View History

2021-03-08 14:54:42 +01:00
#!/usr/bin/env bash
ORGDIR="/run/user/1000/org"
# Make sure the directory exists
mkdir -p "${ORGDIR}"
# Trim the resulting quotes from emacs eval response
2021-03-08 14:54:42 +01:00
em -e "(bascht/sway-org-clock-indicator)" | tr -d '"' > "${ORGDIR}/current-task"