Skip to content
Snippets Groups Projects
Commit bec922c4 authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove test output from todo block

parent e6995358
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env zsh
if [[ $BLOCK_BUTTON == "1" ]]
then
notify "TODO"
elif [[ $BLOCK_BUTTON == "3" ]]
then
notify "Rechnung"
fi
TIME=$(date "+%H%M")
if (($TIME > 0100 && $TIME < 0800))
......@@ -25,6 +17,6 @@ then
exit
fi
echo "⭕ <span color='#ffffff'>start</span>"
echo ""
#echo "⭕ <span color='#ffffff'>todo</span> (0/1)"
#echo "✅ <span color='#ffffff'>done</span> (0/1)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment