Add side panels with widget cards and Claude Code usage stats to quick settings

This commit is contained in:
2026-07-27 11:39:54 -04:00
parent 66a8482254
commit fb57093a75
7 changed files with 238 additions and 16 deletions
+42 -9
View File
@@ -349,6 +349,48 @@
font-size: 13px;
}
.qs-divider {
min-width: 1px;
background-color: alpha(@foreground, 0.15);
}
.qs-side-panel {
min-width: 160px;
}
.side-card {
background-color: alpha(@color0, 0.6);
border-radius: 10px;
padding: 10px;
}
.side-card-icon {
color: @accent;
font-size: 14px;
}
.side-card-title {
font-size: 12px;
font-weight: bold;
color: @foreground;
}
.side-card-label {
font-size: 12px;
opacity: 0.8;
}
.side-card-value {
font-size: 13px;
font-weight: bold;
color: @foreground;
}
.side-card-empty {
font-size: 12px;
opacity: 0.6;
}
.control-center {
min-width: 360px;
}
@@ -357,15 +399,6 @@
margin-bottom: 2px;
}
.cc-uptime {
font-size: 13px;
color: @foreground;
}
.cc-uptime-icon {
color: @accent;
}
.cc-clock {
font-size: 22px;
font-weight: bold;