add nvidia module

This commit is contained in:
Kopatz
2024-07-24 18:37:15 +02:00
parent 45d93bc672
commit bbcc7320be
3 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
@define-color nvidia-green #76b900;
#other,
#other-drawer,
#stats,
@@ -16,6 +18,7 @@
#memory,
#temperature,
#disk,
#nvidia,
#network {
padding: 0 0.5em;
}
@@ -36,6 +39,10 @@
color: @blue;
}
#custom-nvidia {
color: @nvidia-green;
}
#network.disconnected {
background-color: #f53c3c;
}