-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
32 lines (28 loc) · 1.12 KB
/
config.yml
File metadata and controls
32 lines (28 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# OpenClaw-Pixoo Configuration
# Each agent host has its own copy with different agent settings
pixoo:
ip: "192.168.178.190"
port: 80
brightness: 80
agent:
name: "RUNE"
color: "#FF3030" # Agent accent color (icons, pulse, separators)
header_bg: "" # Header bar background color (hex). Leave empty to auto-derive from agent color.
# name: "COLOSSUS"
# color: "#30FF30" # Green for Colossus
# header_bg: "#003300" # Dark green header
display:
fps: 2 # Max frames per second to push
idle_timeout: 30 # Seconds before dimming to idle
activity_decay: 5 # Seconds before an activity indicator fades
idle_timeout_minutes: 10 # Stop updating display after N minutes of inactivity (0=never)
# OpenClaw log monitoring
monitor:
log_dir: "~/.openclaw/logs"
# Patterns to detect activity types
patterns:
thinking: ["Generating response", "model response"]
tool: ["Tool call:", "exec", "Read", "Write", "Edit"]
web: ["web_search", "web_fetch"]
cron: ["HEARTBEAT", "cron", "Scheduled"]
coding: ["file_path", "npm run", "git commit"]