Style
This commit is contained in:
parent
3bac37b21b
commit
210481d758
@ -11,10 +11,10 @@ mkdir -p "$STATE_DIR"
|
||||
|
||||
# Update all status files by calling individual scripts
|
||||
update_all_status_files() {
|
||||
"$SCRIPT_DIR/omarchy-status-dnd" > "$STATE_DIR/dnd"
|
||||
"$SCRIPT_DIR/omarchy-status-nightlight" > "$STATE_DIR/nightlight"
|
||||
"$SCRIPT_DIR/omarchy-status-recording" > "$STATE_DIR/recording"
|
||||
"$SCRIPT_DIR/omarchy-status-idle" > "$STATE_DIR/idle"
|
||||
"$SCRIPT_DIR/omarchy-status-dnd" >"$STATE_DIR/dnd"
|
||||
"$SCRIPT_DIR/omarchy-status-nightlight" >"$STATE_DIR/nightlight"
|
||||
"$SCRIPT_DIR/omarchy-status-recording" >"$STATE_DIR/recording"
|
||||
"$SCRIPT_DIR/omarchy-status-idle" >"$STATE_DIR/idle"
|
||||
}
|
||||
|
||||
# Generate hash for change detection
|
||||
@ -42,7 +42,7 @@ start_daemon() {
|
||||
done
|
||||
} &
|
||||
|
||||
echo $! > "$DAEMON_PID_FILE"
|
||||
echo $! >"$DAEMON_PID_FILE"
|
||||
}
|
||||
|
||||
# Main execution
|
||||
|
Loading…
x
Reference in New Issue
Block a user