Removed legacy files. Switch to different screenshot editor. Made fingerprintreader work!
This commit is contained in:
parent
63da28386c
commit
e137c23ecd
6 changed files with 25 additions and 306 deletions
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{config, ...}: let
|
||||
inherit (config.lib.stylix.colors) base05;
|
||||
in {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -14,49 +11,16 @@
|
|||
hide_cursor = false;
|
||||
no_fade_in = true;
|
||||
};
|
||||
|
||||
# background = [
|
||||
# {
|
||||
# monitor = "";
|
||||
# path = config.theme.wallpaper;
|
||||
# }
|
||||
# ];
|
||||
|
||||
# input-field = [
|
||||
# {
|
||||
# size = "300, 50";
|
||||
# valign = "bottom";
|
||||
# position = "0%, 10%";
|
||||
#
|
||||
# outline_thickness = 1;
|
||||
#
|
||||
# # font_color = "rgb(b6c4ff)";
|
||||
# # outer_color = "rgba(180, 180, 180, 0.5)";
|
||||
# # inner_color = "rgba(200, 200, 200, 0.1)";
|
||||
# # check_color = "rgba(247, 193, 19, 0.5)";
|
||||
# # fail_color = "rgba(255, 106, 134, 0.5)";
|
||||
#
|
||||
# fade_on_empty = false;
|
||||
# placeholder_text = "Enter Password";
|
||||
#
|
||||
# dots_spacing = 0.2;
|
||||
# dots_center = true;
|
||||
# dots_fade_time = 100;
|
||||
#
|
||||
# # shadow_color = "rgba(0, 0, 0, 0.1)";
|
||||
# shadow_size = 7;
|
||||
# shadow_passes = 2;
|
||||
# }
|
||||
# ];
|
||||
auth."fingerprint:enabled" = true;
|
||||
|
||||
label = [
|
||||
{
|
||||
monitor = "";
|
||||
text = "$TIME";
|
||||
font_size = 150;
|
||||
color = "rgb(b6c4ff)";
|
||||
color = "rgb(${base05})";
|
||||
|
||||
position = "0%, 30%";
|
||||
position = "0%, 33%";
|
||||
|
||||
valign = "center";
|
||||
halign = "center";
|
||||
|
|
@ -70,7 +34,7 @@
|
|||
monitor = "";
|
||||
text = "cmd[update:3600000] date +'%a %b %d'";
|
||||
font_size = 20;
|
||||
color = "rgb(b6c4ff)";
|
||||
color = "rgb(${base05})";
|
||||
|
||||
position = "0%, 40%";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue