Change text colour for hyprlock datetime

This commit is contained in:
Evie Litherland-Smith 2024-12-24 08:19:59 +00:00
parent 1c216ac162
commit 56cdefd666

View file

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