diff --git a/.local/bin/statusbar/price b/.local/bin/statusbar/price
index 54cdb9d..953df3b 100755
--- a/.local/bin/statusbar/price
+++ b/.local/bin/statusbar/price
@@ -23,8 +23,8 @@ printf "$3$%0.2f" "$(cat "$pricefile")"
case $BLOCK_BUTTON in
1) setsid "$TERMINAL" -e less -Sf "$chartfile" ;;
- 3) uptime="$(date -d "$(stat -c %x "$dir")" '+%D at %T' | sed "s|$(date '+%D')|Today|")"
- notify-send "$3 $2 module" "\- Exact price: \$$(cat "$price")
+ 3) uptime="$(date -d "$(stat -c %x "$pricefile")" '+%D at %T' | sed "s|$(date '+%D')|Today|")"
+ notify-send "$3 $2 module" "\- Exact price: \$$(cat "$pricefile")
- Left click for chart of changes.
- Middle click to update.
- Shows 🔃 if updating prices.