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