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;
|
||||
hide_cursor = true;
|
||||
};
|
||||
background = lib.mkForce [{
|
||||
path = "$HOME/.local/share/backgrounds/wallpaper.png";
|
||||
background = {
|
||||
blur_passes = 3;
|
||||
blur_size = 8;
|
||||
brightness = 0.6;
|
||||
}];
|
||||
input-field = [{
|
||||
};
|
||||
input-field = {
|
||||
size = "280, 44";
|
||||
outline_thickness = 2;
|
||||
dots_size = 0.25;
|
||||
dots_spacing = 0.2;
|
||||
dots_center = true;
|
||||
outer_color = "rgb(${c.base02})";
|
||||
inner_color = "rgb(${c.base01})";
|
||||
font_color = "rgb(${c.base05})";
|
||||
fade_on_empty = true;
|
||||
fade_timeout = 3000;
|
||||
placeholder_text = "";
|
||||
check_color = "rgb(${c.base0D})";
|
||||
fail_color = "rgb(${c.base08})";
|
||||
fail_text = "";
|
||||
capslock_color = "rgb(${c.base0A})";
|
||||
position = "0, -40";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
rounding = 8;
|
||||
}];
|
||||
};
|
||||
label = [
|
||||
{
|
||||
# Time
|
||||
text = "$TIME";
|
||||
color = "rgb(${c.base05})";
|
||||
font_size = 72;
|
||||
|
|
@ -442,7 +434,6 @@ in
|
|||
valign = "center";
|
||||
}
|
||||
{
|
||||
# Date
|
||||
text = "cmd[update:60000] date +'%A, %d %B'";
|
||||
color = "rgb(${c.base04})";
|
||||
font_size = 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue