From 56cdefd6663f5cc4e4f48f2c14fd67a8bb0f16e3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 24 Dec 2024 08:19:59 +0000 Subject: [PATCH] Change text colour for hyprlock datetime --- system/home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 89949557..69ea99aa 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -83,7 +83,7 @@ { monitor = ""; text = "cmd[update:30000] echo \"$(date +\"%R\")\""; - color = "0xff${scheme.base00}"; + color = "0xff${scheme.base05}"; font_size = 90; font_family = font; position = "-30, 0"; @@ -93,7 +93,7 @@ { monitor = ""; text = "cmd[update:43200000] echo \"$(date +\"%A,%e %B %Y\")\""; - color = "0xff${scheme.base00}"; + color = "0xff${scheme.base05}"; font_size = 25; font_family = font; position = "-30, -150";