From 527afabf3ed7b39c231d6922335580113b64e3fe Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 23 May 2024 12:57:33 +0300 Subject: [PATCH] Set background color of hyprland to base00 --- modules/hyprland/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 90b3f73..88adc2a 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -181,6 +181,7 @@ in desktopSystemConfiguration { misc = { animate_manual_resizes = true; + background_color = config.theme.with0x.base00; disable_hyprland_logo = true; disable_splash_rendering = true;