feat(hyprlock): add time label
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b05abe05ff
commit
64b760fd62
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,7 @@ in {
|
|||
blur_size = 5;
|
||||
blur_passes = 2;
|
||||
vibrancy_darkness = 0.0;
|
||||
brightness = 1.0;
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -38,10 +39,19 @@ in {
|
|||
];
|
||||
|
||||
labels = [
|
||||
{
|
||||
inherit monitor;
|
||||
text = "$TIME";
|
||||
font_size = 80;
|
||||
font_family = "Ubuntu Mono";
|
||||
position.y = 240;
|
||||
shadow_passes = 3;
|
||||
}
|
||||
{
|
||||
inherit monitor;
|
||||
text = "<i> Groovy </i>";
|
||||
font_family = "Ubuntu Mono";
|
||||
shadow_passes = 3;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue