From be10c5e749a581a14cfc29ff0df413ff1ce19f2d Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 2 May 2024 17:49:16 -0700 Subject: [PATCH] thermald --- config/waybar.css | 7 ------- hosts/goopnet-interface/hardware.nix | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/config/waybar.css b/config/waybar.css index b3bad77..305d5a1 100644 --- a/config/waybar.css +++ b/config/waybar.css @@ -6,11 +6,8 @@ window#waybar { color: @text; - /*background: alpha(@base, 0.6);*/ background: @base; border-radius: 1em; - /*font-family: VictorMono, Iosevka Nerd Font, Noto Sans CJK;*/ - /*font-family: 'Atkinson Hyperlegible', FontAwesome, Noto Sans CJK;*/ font-family: CozetteVector, FontAwesome, Noto Sans CJK; font-size: 13px; font-style: normal; @@ -82,10 +79,6 @@ window#waybar.floating #window { color: @lavender; } -#network { - color: @sapphire; -} - #pulseaudio { color: @pink; } diff --git a/hosts/goopnet-interface/hardware.nix b/hosts/goopnet-interface/hardware.nix index a48c94c..3b2d9b0 100755 --- a/hosts/goopnet-interface/hardware.nix +++ b/hosts/goopnet-interface/hardware.nix @@ -21,6 +21,9 @@ efi.canTouchEfiVariables = true; }; + # thermald proactively prevents overheating on intel CPUs and works well with other tools + services.thermald.enable = true; + # nvidia driver services.xserver.videoDrivers = [ "nvidia" ];