diff --git a/home-profiles/desktop/.config/qbar/blocks/todo b/home-profiles/desktop/.config/qbar/blocks/todo
deleted file mode 100755
index ff45fc5632de4d0a92de5a9b4c792132e12d6eb7..0000000000000000000000000000000000000000
--- a/home-profiles/desktop/.config/qbar/blocks/todo
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/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)"
diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config
index 4d1b6c272f66d15ecd3ec3070aaa25ac7e86fec2..6a6d4b380c96eb96340ffbf5b79973a8dbc88c9a 100644
--- a/home-profiles/desktop/.config/sway/config
+++ b/home-profiles/desktop/.config/sway/config
@@ -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