users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/gpu.js

592f73c2672474c09dedc5cac8e6fa857a7df92b · 264 B · 15 lines raw

1 // Styles for /lib/components/data/gpu.jsx component
2 export const gpuStyles = /* css */ `
3 .gpu {
4 color: var(--foreground);
5 background-color: var(--minor);
6 }
7 .gpu--graph {
8 min-width: 70px;
9 padding: 0;
10 }
11 .gpu__usage {
12 width: 4ch;
13 text-align: right;
14 }
15 `;