i3-gaps, polybar
This commit is contained in:
12
jira.d/config.yml
Executable file
12
jira.d/config.yml
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
echo "endpoint: https://jazzypro.atlassian.net"
|
||||
echo "user: aleksander.cynarski@jazzy.pro"
|
||||
echo "authentication-method: api-token"
|
||||
|
||||
|
||||
if [ -f ${PWD}/.jira ]; then
|
||||
PROJECT=`cat ${PWD}/.jira`
|
||||
echo "project: $PROJECT"
|
||||
fi
|
||||
|
||||
cat ~/.jira.d/custom
|
Reference in New Issue
Block a user