feat(hyprlock): add time label
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-11 12:41:16 -04:00
parent b05abe05ff
commit 64b760fd62

View file

@ -23,6 +23,7 @@ in {
blur_size = 5; blur_size = 5;
blur_passes = 2; blur_passes = 2;
vibrancy_darkness = 0.0; vibrancy_darkness = 0.0;
brightness = 1.0;
} }
]; ];
@ -38,10 +39,19 @@ in {
]; ];
labels = [ labels = [
{
inherit monitor;
text = "$TIME";
font_size = 80;
font_family = "Ubuntu Mono";
position.y = 240;
shadow_passes = 3;
}
{ {
inherit monitor; inherit monitor;
text = "<i> Groovy </i>"; text = "<i> Groovy </i>";
font_family = "Ubuntu Mono"; font_family = "Ubuntu Mono";
shadow_passes = 3;
} }
]; ];
}; };