feat(hyprlock): make input red when capslock on
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
40c3b83e62
commit
ea53e835fe
2 changed files with 1 additions and 0 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -34,6 +34,7 @@ in {
|
||||||
outer_color = "rgba(10, 10, 10, 1.0)";
|
outer_color = "rgba(10, 10, 10, 1.0)";
|
||||||
inner_color = "rgb(151515)";
|
inner_color = "rgb(151515)";
|
||||||
font_color = "rgba(240, 240, 240, 1.0)"; # This is the dot color
|
font_color = "rgba(240, 240, 240, 1.0)"; # This is the dot color
|
||||||
|
capslock_color = "rgba(171, 12, 8, 1.0)";
|
||||||
placeholder_text = ''<span foreground="##cccccc" style="italic">Input Password...</span>'';
|
placeholder_text = ''<span foreground="##cccccc" style="italic">Input Password...</span>'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue