feat: Add hypr conf
This commit is contained in:
97
.config/hypr/hyprlock.conf
Normal file
97
.config/hypr/hyprlock.conf
Normal file
@@ -0,0 +1,97 @@
|
||||
$font=Fira Code
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
disable_loading_bar = true
|
||||
hide_cursor = true
|
||||
}
|
||||
|
||||
# BACKGROUND
|
||||
background {
|
||||
# monitor =
|
||||
path = $HOME/.config/hypr/hyprlock.png
|
||||
blur_passes = 0
|
||||
# color = $base
|
||||
}
|
||||
|
||||
# Keyboard LAYOUT
|
||||
# label {
|
||||
# # monitor =
|
||||
# text = Layout: $LAYOUT
|
||||
# color = $text
|
||||
# font_size = 25
|
||||
# font_family = $font
|
||||
# position = 30, -30
|
||||
# halign = left
|
||||
# valign = top
|
||||
# }
|
||||
|
||||
# TIME
|
||||
label {
|
||||
# monitor =
|
||||
text = $TIME
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 90
|
||||
font_family = $font
|
||||
position = -30, 0
|
||||
halign = right
|
||||
valign = top
|
||||
}
|
||||
|
||||
# DATE
|
||||
label {
|
||||
# monitor =
|
||||
text = cmd[update:43200000] date +"%A, %d %B %Y"
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
position = -30, -150
|
||||
halign = right
|
||||
valign = top
|
||||
}
|
||||
|
||||
# FINGERPRINT
|
||||
{
|
||||
# monitor = "";
|
||||
text = $FPRINTPROMPT
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 14;
|
||||
font_family = $font;
|
||||
position = "0, -107";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
}
|
||||
|
||||
# USER AVATAR
|
||||
image {
|
||||
# monitor =
|
||||
path = $HOME/.face
|
||||
size = 100
|
||||
border_color = rgb(0, 0, 0)
|
||||
position = 0, 75
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
# monitor =
|
||||
size = 300, 60
|
||||
outline_thickness = 4
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.2
|
||||
dots_center = true
|
||||
outer_color = rgb(0, 0, 0)
|
||||
inner_color = rgb(255, 255, 255)
|
||||
font_color = rgb(0, 0, 0)
|
||||
fade_on_empty = false
|
||||
placeholder_text = <span foreground="black"><i></i> Nathan</span>
|
||||
hide_input = false
|
||||
check_color = rgb(212, 130, 6)
|
||||
fail_color = rgb(255, 0, 0)
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
capslock_color = rgb(255, 0, 0)
|
||||
position = 0, -47
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user