mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Style
This commit is contained in:
@@ -11,10 +11,10 @@ mkdir -p "$STATE_DIR"
|
|||||||
|
|
||||||
# Update all status files by calling individual scripts
|
# Update all status files by calling individual scripts
|
||||||
update_all_status_files() {
|
update_all_status_files() {
|
||||||
"$SCRIPT_DIR/omarchy-status-dnd" > "$STATE_DIR/dnd"
|
"$SCRIPT_DIR/omarchy-status-dnd" >"$STATE_DIR/dnd"
|
||||||
"$SCRIPT_DIR/omarchy-status-nightlight" > "$STATE_DIR/nightlight"
|
"$SCRIPT_DIR/omarchy-status-nightlight" >"$STATE_DIR/nightlight"
|
||||||
"$SCRIPT_DIR/omarchy-status-recording" > "$STATE_DIR/recording"
|
"$SCRIPT_DIR/omarchy-status-recording" >"$STATE_DIR/recording"
|
||||||
"$SCRIPT_DIR/omarchy-status-idle" > "$STATE_DIR/idle"
|
"$SCRIPT_DIR/omarchy-status-idle" >"$STATE_DIR/idle"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Generate hash for change detection
|
# Generate hash for change detection
|
||||||
@@ -42,7 +42,7 @@ start_daemon() {
|
|||||||
done
|
done
|
||||||
} &
|
} &
|
||||||
|
|
||||||
echo $! > "$DAEMON_PID_FILE"
|
echo $! >"$DAEMON_PID_FILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Main execution
|
# Main execution
|
||||||
|
|||||||
Reference in New Issue
Block a user