diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index ff0c5cc..f03f6cc 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -475,10 +475,19 @@ data: .disk-row:last-child { border-bottom: none; } .disk-name { font-weight: 500; width: 42px; font-size: 0.95em; flex-shrink: 0; } .disk-bar { flex: 1; height: 8px; background: rgba(255,255,255,0.1); border-radius: 4px; margin: 0 10px; overflow: hidden; min-width: 0; } - .disk-fill { height: 100%; border-radius: 4px; } - .fill-ok { background: linear-gradient(90deg, #4ade80, #22c55e); } - .fill-warn { background: linear-gradient(90deg, #fbbf24, #f59e0b); } - .fill-crit { background: linear-gradient(90deg, #f87171, #ef4444); } + .disk-fill { + height: 100%; + border-radius: 4px; + background: linear-gradient( + 90deg, + #60a5fa 0%, /* blue */ + #60a5fa 70%, /* keep blue until ~70% */ + #a78bfa 88%, /* purple region ~70-90 */ + #fb7185 95%, /* pink/red ramp ~90-95 */ + #ef4444 100% /* red for 95-100 */ + ); + box-shadow: 0 0 0 1px rgba(0,0,0,0.10) inset; + } .disk-info { font-size: 0.9em; opacity: 0.85; text-align: right; width: 125px; flex-shrink: 0; } @@ -526,7 +535,7 @@ data: