feat(hyprlock): make input red when capslock on
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-14 16:31:35 -04:00
parent 40c3b83e62
commit ea53e835fe
2 changed files with 4 additions and 3 deletions

View file

@ -686,11 +686,11 @@
"systems": "systems_6"
},
"locked": {
"lastModified": 1710190036,
"narHash": "sha256-lu1A43f1kLCYFUlh+Uy/54RfA1AIRRl5FJkYM5/46H4=",
"lastModified": 1710422621,
"narHash": "sha256-KtgcrcWu+byG8TNn/HvQvsJ0atZthkAhgPOl/BdFXok=",
"owner": "hyprwm",
"repo": "hyprlock",
"rev": "5c91621ad2a068793c7844942867ddc297f37c58",
"rev": "1c92c6109c2ef45085e0541c24f6324fd382ac5b",
"type": "github"
},
"original": {

View file

@ -34,6 +34,7 @@ in {
outer_color = "rgba(10, 10, 10, 1.0)";
inner_color = "rgb(151515)";
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>'';
}
];