diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands
index bc765e7..da13573 100755
--- a/dotfiles/.local/bin/commands
+++ b/dotfiles/.local/bin/commands
@@ -1,4 +1,4 @@
-#!env python3
+#!/usr/bin/env python3
 import os
 import json
 import traceback
diff --git a/dotfiles/.sway/config b/dotfiles/.sway/config
index fee91ab..3177d4d 100644
--- a/dotfiles/.sway/config
+++ b/dotfiles/.sway/config
@@ -217,7 +217,7 @@ bar {
 
     # When the status_command prints a new line to stdout, swaybar updates.
     # The default just shows the current date and time.
-    status_command while true; commands status; do sleep 1; done
+    status_command while true; do commands status; sleep 1; done
 
     colors {
         statusline #ffffff