feat: improve lockscreen
This commit is contained in:
parent
1d1bdddb85
commit
583d3f15e4
@ -1,37 +1,85 @@
|
|||||||
source = ~/.config/omarchy/current/theme/hyprlock.conf
|
|
||||||
|
|
||||||
|
$accent = rgb(94e2d5)
|
||||||
|
$accentAlpha = 94e2d5
|
||||||
|
$red = rgb(f38ba8)
|
||||||
|
$redAlpha = f38ba8
|
||||||
|
$yellow = rgb(f9e2af)
|
||||||
|
$yellowAlpha = f9e2af
|
||||||
|
$surface0 = rgb(313244)
|
||||||
|
$surface0Alpha = 313244
|
||||||
|
$text = rgb(ffffff)
|
||||||
|
$base = rgb(000000)
|
||||||
|
$font = CaskaydiaMono Nerd Font
|
||||||
|
# GENERAL
|
||||||
|
general {
|
||||||
|
disable_loading_bar = true
|
||||||
|
hide_cursor = true
|
||||||
|
}
|
||||||
|
|
||||||
|
# BACKGROUND
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
color = $color
|
path = ~/.config/omarchy/current/background
|
||||||
|
blur_passes = 2
|
||||||
|
color = $base
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
# TIME
|
||||||
enabled = false
|
label {
|
||||||
}
|
|
||||||
|
|
||||||
input-field {
|
|
||||||
monitor =
|
monitor =
|
||||||
size = 600, 100
|
text = cmd[update:30000] echo "$(date +"%R")"
|
||||||
position = 0, 0
|
color = $text
|
||||||
|
font_size = 90
|
||||||
|
font_family = $font
|
||||||
|
position = -30, 0
|
||||||
|
halign = right
|
||||||
|
valign = top
|
||||||
|
}
|
||||||
|
|
||||||
|
# DATE
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
|
||||||
|
color = $text
|
||||||
|
font_size = 25
|
||||||
|
font_family = $font
|
||||||
|
position = -30, -150
|
||||||
|
halign = right
|
||||||
|
valign = top
|
||||||
|
}
|
||||||
|
|
||||||
|
# USER AVATAR
|
||||||
|
|
||||||
|
image {
|
||||||
|
monitor =
|
||||||
|
path = ~/.face
|
||||||
|
size = 100
|
||||||
|
border_color = $accent
|
||||||
|
|
||||||
|
position = 0, 75
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
|
}
|
||||||
|
|
||||||
inner_color = $inner_color
|
# INPUT FIELD
|
||||||
outer_color = $outer_color
|
input-field {
|
||||||
|
monitor =
|
||||||
|
size = 300, 60
|
||||||
outline_thickness = 4
|
outline_thickness = 4
|
||||||
|
dots_size = 0.2
|
||||||
font_family = CaskaydiaMono Nerd Font
|
dots_spacing = 0.2
|
||||||
font_color = $font_color
|
dots_center = true
|
||||||
|
outer_color = $accent
|
||||||
placeholder_text = Enter Password
|
inner_color = $surface0
|
||||||
check_color = $check_color
|
font_color = $text
|
||||||
fail_text = <i>$PAMFAIL ($ATTEMPTS)</i>
|
|
||||||
|
|
||||||
rounding = 0
|
|
||||||
shadow_passes = 0
|
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
}
|
placeholder_text =
|
||||||
|
hide_input = false
|
||||||
auth {
|
check_color = $accent
|
||||||
fingerprint:enabled = true
|
fail_color = $red
|
||||||
|
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||||
|
capslock_color = $yellow
|
||||||
|
position = 0, -35
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
$color = rgba(250, 244, 237,1.0)
|
$color = rgba(250, 244, 237,1.0)
|
||||||
$inner_color = rgba(250, 244, 237,0.8)
|
$outer_color = rgba(250, 244, 237,0.8)
|
||||||
$outer_color = rgba(57,52,79,1.0)
|
$inner_color = rgba(57,52,79,1.0)
|
||||||
$font_color = rgba(57,52,79,1.0)
|
$check_color = rgba(57,52,79,1.0)
|
||||||
$check_color = rgba(136, 192, 208, 1.0)
|
$font_color = rgba(136, 192, 208, 1.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user