disable wb
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
@@ -68,4 +69,6 @@
|
||||
log_level = "WARNING";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.rocm-smi ];
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
modules-right = [
|
||||
"tray"
|
||||
"custom/updates"
|
||||
# "custom/updates"
|
||||
"custom/lights"
|
||||
"temperature"
|
||||
"temperature#gpu"
|
||||
@@ -346,7 +346,7 @@
|
||||
background-color: @nord0;
|
||||
padding: 0.5rem 1rem;
|
||||
margin: 5px 0;
|
||||
border-radius: 0;
|
||||
border-radius: 1rem 0rem 0rem 1rem;
|
||||
}
|
||||
|
||||
/* ------------- */
|
||||
|
||||
Reference in New Issue
Block a user