Feed AGS Claude card from Omarchy agent usage records

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 13:55:44 -04:00
parent 2c467cc8cb
commit b126063701
3 changed files with 387 additions and 60 deletions
+60 -1
View File
@@ -409,7 +409,7 @@
}
.qs-side-panel {
min-width: 240px;
min-width: 280px;
}
.widget-card {
@@ -481,6 +481,65 @@
background-color: @accent;
}
.widget-section-title {
font-size: 11px;
font-weight: bold;
opacity: 0.55;
margin-top: 2px;
}
.agent-plan {
font-size: 11px;
color: @accent;
}
.agent-status {
font-size: 12px;
font-weight: bold;
color: @color3;
}
.agent-help {
font-size: 11px;
opacity: 0.7;
}
.agent-limit-reset {
font-size: 10px;
opacity: 0.55;
}
.agent-bar-row {
padding: 1px 0;
}
.agent-bar-label {
font-size: 11px;
opacity: 0.8;
min-width: 44px;
}
.agent-bar-value {
font-size: 11px;
opacity: 0.8;
min-width: 54px;
}
.agent-bar-label.emphasized,
.agent-bar-value.emphasized {
font-weight: bold;
opacity: 1;
color: @foreground;
}
.agent-bar {
min-height: 4px;
}
.agent-bar trough {
min-height: 4px;
}
.control-center {
min-width: 360px;
}