added hyprlock config

parent b24b7f9a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Этот файл необходим для управления утилитой hypridle. # Этот файл необходим для управления утилитой hypridle.
general { general {
lock_cmd = gtklock -d -b /usr/share/wallpapers/ximper/66.png -HS lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = hyprctl dispatch dpms off before_sleep_cmd = hyprctl dispatch dpms off
after_sleep_cmd = hyprctl dispatch dpms on after_sleep_cmd = hyprctl dispatch dpms on
} }
......
$font = Cantarell Bold
general {
hide_cursor = false
}
auth {
pam {
enabled = true
}
}
background {
monitor =
path = screenshot
blur_passes = 3
noise = 0.0
blur_size = 6
}
label {
monitor =
text = cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"
color = rgba(216, 226, 234, 0.9)
font_size = 100
font_family = Cantarell Bold
position = 0, 380
halign = center
valign = center
}
label {
monitor =
text = cmd[update:1000] echo -e "$(date +"%A, %d %B")"
color = rgba(216, 226, 234, .6)
font_size = 40
font_family = $font
position = 0, 300
halign = center
valign = center
}
shape {
monitor =
size = 530, 242
color = rgba(11, 14, 29, .8)
rounding = 15
shadow_passes = 4
shadow_size = 2
shadow_color = rgb(11, 14, 29)
halign = center
valign = center
}
image {
monitor =
path = /var/lib/AccountsService/icons/$USER
border_size = 2
border_color = rgb(7E01FF)
size = 120
rounding = -1
position = 0, 120
halign = center
valign = center
}
label {
monitor =
text = $USER
color = rgba(216, 226, 234, 1)
font_size = 25
font_family = $font
position = 0, 30
halign = center
valign = center
}
input-field {
monitor =
size = 300, 44
outline_thickness = 2
dots_size = 0.3
dots_spacing = 0.4
dots_center = true
outer_color = rgba(126, 1, 255, .6)
inner_color = rgb(29, 32, 47)
font_color = rgb(216, 226, 234)
fade_on_empty = false
font_family = $font
placeholder_text = Пароль
rounding = 15
hide_input = false
position = 0, -25
halign = center
valign = center
shadow_passes = 3
shadow_size = 2
shadow_color = rgb(29, 32, 47)
}
label {
monitor =
text = $LAYOUT
color = rgba(216, 226, 234, .6)
font_size = 12
font_family = $font
position = 0, -102
halign = center
valign = center
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment