hyprlock: merge with stylix instead of overriding
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8f92aa7c6c
commit
9076f2ad91
1 changed files with 4 additions and 13 deletions
|
|
@ -403,36 +403,28 @@ in
|
||||||
grace = 5;
|
grace = 5;
|
||||||
hide_cursor = true;
|
hide_cursor = true;
|
||||||
};
|
};
|
||||||
background = lib.mkForce [{
|
background = {
|
||||||
path = "$HOME/.local/share/backgrounds/wallpaper.png";
|
|
||||||
blur_passes = 3;
|
blur_passes = 3;
|
||||||
blur_size = 8;
|
blur_size = 8;
|
||||||
brightness = 0.6;
|
brightness = 0.6;
|
||||||
}];
|
};
|
||||||
input-field = [{
|
input-field = {
|
||||||
size = "280, 44";
|
size = "280, 44";
|
||||||
outline_thickness = 2;
|
outline_thickness = 2;
|
||||||
dots_size = 0.25;
|
dots_size = 0.25;
|
||||||
dots_spacing = 0.2;
|
dots_spacing = 0.2;
|
||||||
dots_center = true;
|
dots_center = true;
|
||||||
outer_color = "rgb(${c.base02})";
|
|
||||||
inner_color = "rgb(${c.base01})";
|
|
||||||
font_color = "rgb(${c.base05})";
|
|
||||||
fade_on_empty = true;
|
fade_on_empty = true;
|
||||||
fade_timeout = 3000;
|
fade_timeout = 3000;
|
||||||
placeholder_text = "";
|
placeholder_text = "";
|
||||||
check_color = "rgb(${c.base0D})";
|
|
||||||
fail_color = "rgb(${c.base08})";
|
|
||||||
fail_text = "";
|
fail_text = "";
|
||||||
capslock_color = "rgb(${c.base0A})";
|
|
||||||
position = "0, -40";
|
position = "0, -40";
|
||||||
halign = "center";
|
halign = "center";
|
||||||
valign = "center";
|
valign = "center";
|
||||||
rounding = 8;
|
rounding = 8;
|
||||||
}];
|
};
|
||||||
label = [
|
label = [
|
||||||
{
|
{
|
||||||
# Time
|
|
||||||
text = "$TIME";
|
text = "$TIME";
|
||||||
color = "rgb(${c.base05})";
|
color = "rgb(${c.base05})";
|
||||||
font_size = 72;
|
font_size = 72;
|
||||||
|
|
@ -442,7 +434,6 @@ in
|
||||||
valign = "center";
|
valign = "center";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# Date
|
|
||||||
text = "cmd[update:60000] date +'%A, %d %B'";
|
text = "cmd[update:60000] date +'%A, %d %B'";
|
||||||
color = "rgb(${c.base04})";
|
color = "rgb(${c.base04})";
|
||||||
font_size = 16;
|
font_size = 16;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue