From 2e4ae89a8b03c7525cc275d51dcea1019e80b2b7 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 13 Oct 2024 21:35:28 +0200 Subject: [PATCH] Hyprland: Update groupbar colorscheme --- home/modules/hyprland/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index 1429b990..40aa79df 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -371,9 +371,13 @@ in { group = { groupbar = { + enabled = true; render_titles = false; font_size = 10; gradients = false; + + "col.active" = "rgb(${color.dark.lavender})"; + "col.inactive" = "rgba(${color.dark.base}AA)"; }; "col.border_active" = "rgb(${color.dark.lavender})"; @@ -452,7 +456,11 @@ in { misc = { # Say no to the anime girl + disable_hyprland_logo = true; force_default_wallpaper = 0; + + disable_splash_rendering = true; + font_family = "${color.font}"; }; # Because those are not windows, but layouts,