From de4821de14c3511485d03289e849795a17779a71 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 30 Dec 2024 08:02:01 +0000 Subject: [PATCH] Add solid background shape behind time so it's always legible Fixed a typo in config and reduced grace 5 -> 3 --- system/home/hyprland.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index d45d5d86..5b555573 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -67,9 +67,10 @@ enable = true; settings = { general = { + disable_loading_bar = false; hide_cursor = true; - grace = 5; - ignore_emptry_input = true; + grace = 3; + ignore_empty_input = true; }; background = [ { @@ -79,6 +80,19 @@ blur_size = 8; } ]; + shape = [ + { + monitor = ""; + size = "550, 185"; + color = "0xff${scheme.base00}"; + rounding = 10; + border_size = 2; + border_color = "0xff${accent}"; + position = "-10, -10"; + halign = "right"; + valign = "top"; + } + ]; label = [ { monitor = "";