✨ feat(hyprlock): new beatiful lockscreen for the dots!
This commit is contained in:
+54
-40
@@ -1,79 +1,93 @@
|
|||||||
source = $HOME/.config/hypr/mocha.conf
|
|
||||||
|
|
||||||
$accent = $mauve
|
# Colors
|
||||||
$accentAlpha = $mauveAlpha
|
$text = rgb(ffffff)
|
||||||
$font = JetBrainsMono Nerd Font
|
$accent = rgb(e6c272)
|
||||||
|
$clockAccent = rgba(249, 226, 175, .7)
|
||||||
|
$background = rgb(312d23)
|
||||||
|
$backgroundAlt = rgb(50462f)
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
$font = Cantarell Regular
|
||||||
|
$clockFont = Cantarell Black
|
||||||
|
|
||||||
# GENERAL
|
|
||||||
general {
|
general {
|
||||||
disable_loading_bar = true
|
disable_loading_bar = true
|
||||||
hide_cursor = true
|
hide_cursor = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# BACKGROUND
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/.config/background
|
path = ~/wallpapers/nijika-ijichi-btr.jpg
|
||||||
blur_passes = 0
|
blur_passes = 2
|
||||||
color = $base
|
# color = $COLOR / rgb(COLOR)
|
||||||
}
|
}
|
||||||
|
|
||||||
# TIME
|
# Time
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:30000] echo "$(date +"%R")"
|
text = cmd[update:30000] echo -e "$(date +"%R")" # 24-hour style
|
||||||
color = $text
|
# text = cmd[update:30000] echo -e "$(date +"%r")"
|
||||||
font_size = 90
|
color = $clockAccent
|
||||||
font_family = $font
|
font_size = 120
|
||||||
position = -30, 0
|
font_family = $clockFont
|
||||||
halign = right
|
position = 0, -60
|
||||||
|
halign = center
|
||||||
valign = top
|
valign = top
|
||||||
}
|
}
|
||||||
|
|
||||||
# DATE
|
# Date
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
|
text = cmd[update:43200000] echo -e "$(date +"%A, %d %B %Y")"
|
||||||
color = $text
|
color = $text
|
||||||
font_size = 25
|
font_size = 20
|
||||||
font_family = $font
|
font_family = $font
|
||||||
position = -30, -150
|
position = 0, -250
|
||||||
halign = right
|
halign = center
|
||||||
valign = top
|
valign = top
|
||||||
}
|
}
|
||||||
|
|
||||||
# USER AVATAR
|
# Logged user
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
font_size = 6
|
||||||
|
font_family = Noto Sans Mono
|
||||||
|
text = Currently logged in as $USER
|
||||||
|
halign = center
|
||||||
|
valign = bottom
|
||||||
|
position = 0, 5
|
||||||
|
}
|
||||||
|
|
||||||
|
# Avatar
|
||||||
image {
|
image {
|
||||||
monitor =
|
monitor =
|
||||||
path = ~/.face
|
path = ~/.face
|
||||||
size = 100
|
size = 70
|
||||||
border_color = $accent
|
border_color = $accent
|
||||||
|
position = 0, 100
|
||||||
position = 0, 75
|
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
# INPUT FIELD
|
# Input (password)
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 300, 60
|
size = 180, 35
|
||||||
outline_thickness = 4
|
outline_thickness = 1
|
||||||
dots_size = 0.2
|
dots_size = .15
|
||||||
dots_spacing = 0.2
|
dots_spacing = .6
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = $accent
|
outer_color = $backgroundAlt
|
||||||
inner_color = $surface0
|
inner_color = $background
|
||||||
font_color = $text
|
font_color = $text
|
||||||
fade_on_empty = false
|
fade_on_empty = false
|
||||||
placeholder_text = <span foreground="##cad3f5"><i> Logged in as </i><span foreground="##b7bdf8">$USER</span></span>
|
placeholder_text =
|
||||||
hide_input = false
|
hide_input = false
|
||||||
check_color = $accent
|
check_color = $accent
|
||||||
fail_color = $red
|
fail_color = $accent
|
||||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||||
capslock_color = $yellow
|
capslock_color = $accent
|
||||||
position = 0, -35
|
position = 0, 40
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = bottom
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user