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";