G
Ryan's Git Repos
nix-dotfiles
files
log
graph
refs
Ref
main
users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/gpu.js
main
· 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
`
;