Use the same state directory for status as everthing else

This commit is contained in:
David Heinemeier Hansson 2025-08-23 21:20:52 +02:00
parent 1edbe89191
commit 3bac37b21b

View File

@ -3,7 +3,7 @@
# Status indicator daemon for waybar
# Calls individual status scripts and caches results
STATE_DIR="/tmp/omarchy-status"
STATE_DIR=~/.local/state/omarchy/status
DAEMON_PID_FILE="$STATE_DIR/daemon.pid"
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"