add nvidia module
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user