From a114dc02bd5fd9fa71c3d2258532fbfe71ce74c7 Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Fri, 17 Jan 2025 15:49:28 -0800 Subject: [PATCH] Switched to latest Linux Kernel(15) hoping to fix 550+ Nvidia --- hosts/kuroko/configuration.nix | 4 ++-- users/kaitotlex/de/waybar/style.css | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 5686c3d..df8349a 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -17,7 +17,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; virtualisation.waydroid.enable = true; - boot.kernelPackages = pkgs.linuxPackages_xanmod; + boot.kernelPackages = pkgs.linuxPackages_5_15; #systemdefaults networking.hostName = "kuroko"; # Define your hostname. services.ratbagd.enable = true; @@ -37,7 +37,7 @@ # Enable this if you have graphical corruption issues or application crashes after waking # up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead # of just the bare essentials. - powerManagement.enable = lib.mkForce true; + powerManagement.enable = false; # Fine-grained power management. Turns off GPU when not in use. # Experimental and only works on modern Nvidia GPUs (Turing or newer). diff --git a/users/kaitotlex/de/waybar/style.css b/users/kaitotlex/de/waybar/style.css index f67ba3a..31320ee 100644 --- a/users/kaitotlex/de/waybar/style.css +++ b/users/kaitotlex/de/waybar/style.css @@ -1,14 +1,14 @@ -@import "./rose-pine-dawn.css"; +@import "./nord.css"; window#waybar { font-family: "CaskaydiaCove Nerd Font"; - background-color: @base; + background-color: @bg; font-size: 0.8rem; border-radius: 0.5rem; } .modules-left { opacity: 1; - background: linear-gradient(45deg, @muted, @subtle); + background-color: @nord_bg_blue; border-radius: 0.5rem; padding: 2px; } @@ -19,7 +19,7 @@ window#waybar { .modules-right { opacity: 1; - background-color: @subtle; + background-color: @nord_bg_blue; border-radius: 0.5rem; padding: 2px 2px 2px 10px } @@ -29,7 +29,7 @@ window#waybar { } */ #workspaces { - background-color: @rose; + background-color: @nord_bg_blue; border-radius: 0.5rem; padding: 0 2px; } @@ -40,7 +40,7 @@ window#waybar { } #window { - background-color: @iris; + background-color: @workspacefocused; border-radius: 0.5rem; padding: 2px 5px; } @@ -51,25 +51,25 @@ window#waybar { } #battery { - color: @foam; + color: @battery; } #memory { - color: @iris; + color: @memory; } #disk { - color: @gold; + color: @date; } #cpu { - color: @rose; + color: @cpu; } #temperature { - color: @foam; + color: @temp; } #network { - color: @rose; + color: @network; }