Change text colour for hyprlock datetime
This commit is contained in:
parent
1c216ac162
commit
56cdefd666
|
@ -83,7 +83,7 @@
|
||||||
{
|
{
|
||||||
monitor = "";
|
monitor = "";
|
||||||
text = "cmd[update:30000] echo \"$(date +\"%R\")\"";
|
text = "cmd[update:30000] echo \"$(date +\"%R\")\"";
|
||||||
color = "0xff${scheme.base00}";
|
color = "0xff${scheme.base05}";
|
||||||
font_size = 90;
|
font_size = 90;
|
||||||
font_family = font;
|
font_family = font;
|
||||||
position = "-30, 0";
|
position = "-30, 0";
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
{
|
{
|
||||||
monitor = "";
|
monitor = "";
|
||||||
text = "cmd[update:43200000] echo \"$(date +\"%A,%e %B %Y\")\"";
|
text = "cmd[update:43200000] echo \"$(date +\"%A,%e %B %Y\")\"";
|
||||||
color = "0xff${scheme.base00}";
|
color = "0xff${scheme.base05}";
|
||||||
font_size = 25;
|
font_size = 25;
|
||||||
font_family = font;
|
font_family = font;
|
||||||
position = "-30, -150";
|
position = "-30, -150";
|
||||||
|
|
Loading…
Reference in a new issue