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

Remove old todo block

parent c4b6f0ef
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env zsh
TIME=$(date "+%H%M")
zzz=$'💤\uFE0E'
if (($TIME > 0100 && $TIME < 0800))
then
if (($TIME > 0230))
then
echo "<active><critical>$zzz sleep</critical></active>"
elif (($TIME > 0200))
then
echo "<active><error>$zzz sleep</error></active>"
else
echo "<active><warning>$zzz sleep</warning></active>"
fi
exit
fi
echo ""
#echo "⭕ <span color='#ffffff'>todo</span> (0/1)"
#echo "✅ <span color='#ffffff'>done</span> (0/1)"
......@@ -416,7 +416,7 @@ client.placeholder $base00 $base00 $base05 $base00 $base00
client.background $base00
bar {
status_command qbar server swaybar date battery cpu script --poll '~/.config/qbar/blocks/memory' script --poll '~/.config/qbar/blocks/temperature' networkmanager script --poll ~/.config/qbar/blocks/network-environment script --poll ~/.config/qbar/blocks/todo
status_command qbar server swaybar date battery cpu script --poll '~/.config/qbar/blocks/memory' script --poll '~/.config/qbar/blocks/temperature' networkmanager script --poll ~/.config/qbar/blocks/network-environment
id bar-0
position top
......
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