feat: hyprlock

This commit is contained in:
s-prechtl 2024-10-02 09:09:14 +02:00
parent 0006c7bfb5
commit f044fa409c
2 changed files with 6 additions and 5 deletions

View file

@ -21,7 +21,7 @@
"$mod, P,exec,wofi-pass -c" "$mod, P,exec,wofi-pass -c"
"$mod SHIFT,R,exec,hyprctl reload" "$mod SHIFT,R,exec,hyprctl reload"
"$mod,space,togglefloating," "$mod,space,togglefloating,"
"ALTSHIFT, L, exec, swaylock" "ALTSHIFT, L, exec, hyprlock"
"$mod,F,fullscreen" "$mod,F,fullscreen"
"ALTSHIFT,K,exec,amixer set 'Master' 5%+" "ALTSHIFT,K,exec,amixer set 'Master' 5%+"
"ALTSHIFT,J,exec,amixer set 'Master' 5%-" "ALTSHIFT,J,exec,amixer set 'Master' 5%-"

View file

@ -4,7 +4,7 @@
settings = { settings = {
general = { general = {
disable_loading_bar = true; disable_loading_bar = true;
grace = 300; grace = 0;
hide_cursor = true; hide_cursor = true;
no_fade_in = false; no_fade_in = false;
}; };
@ -24,9 +24,10 @@
monitor = ""; monitor = "";
dots_center = true; dots_center = true;
fade_on_empty = false; fade_on_empty = false;
font_color = "rgb(202, 211, 245)"; font_color = "rgb(235, 219, 178)";
inner_color = "rgb(91, 96, 120)"; inner_color = "rgb(40, 40, 40)";
outer_color = "rgb(24, 25, 38)"; outer_color = "rgb(235, 219, 178)";
check_color = "rgb(191, 97, 106)";
outline_thickness = 5; outline_thickness = 5;
placeholder_text = "<span foreground='##cad3f5'>Password...</span>"; placeholder_text = "<span foreground='##cad3f5'>Password...</span>";
shadow_passes = 2; shadow_passes = 2;