Last active
June 16, 2023 18:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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