disable wb

This commit is contained in:
mjallen18
2024-10-03 14:19:23 -05:00
parent 61ab092530
commit 3d2365b2eb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{ pkgs, ... }:
{ {
programs.btop = { programs.btop = {
enable = true; enable = true;
@@ -68,4 +69,6 @@
log_level = "WARNING"; log_level = "WARNING";
}; };
}; };
environment.systemPackages = [ pkgs.rocm-smi ];
} }

View File

@@ -20,7 +20,7 @@
modules-right = [ modules-right = [
"tray" "tray"
"custom/updates" # "custom/updates"
"custom/lights" "custom/lights"
"temperature" "temperature"
"temperature#gpu" "temperature#gpu"
@@ -346,7 +346,7 @@
background-color: @nord0; background-color: @nord0;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
margin: 5px 0; margin: 5px 0;
border-radius: 0; border-radius: 1rem 0rem 0rem 1rem;
} }
/* ------------- */ /* ------------- */