Skip to content

Instantly share code, notes, and snippets.

@sbatial
Last active June 16, 2023 18:02
Show Gist options
  • Save sbatial/675b747550ec7b7561b0a7aa5d61ad06 to your computer and use it in GitHub Desktop.
Save sbatial/675b747550ec7b7561b0a7aa5d61ad06 to your computer and use it in GitHub Desktop.
Custom starship module to show the task currently being tracked by https://github.com/nikolassv/bartib
[custom.bartib]
command = "tail -n1 $BARTIB_FILE | awk '{print \"\" $4 \" \" $2 \"\"}'"
when = 'bartib current | grep -v "No Activity is currently running"'
style = 'dimmed blue'
shell = ["sh", "-c"]
use_stdin = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment