fix hyprland folder
This commit is contained in:
91
.config/hypr/hyprlock.conf
Normal file
91
.config/hypr/hyprlock.conf
Normal file
@@ -0,0 +1,91 @@
|
||||
# BACKGROUND
|
||||
background {
|
||||
monitor = DP-1
|
||||
path = ~/.config/hypr/wallpaper/current.jpg
|
||||
blur_passes = 0
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
background {
|
||||
monitor = DP-2
|
||||
color = rgba(0, 0, 0, 1)
|
||||
}
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
no_fade_in = false
|
||||
grace = 10
|
||||
disable_loading_bar = false
|
||||
}
|
||||
|
||||
# Time
|
||||
label {
|
||||
monitor = DP-1
|
||||
text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
|
||||
color = rgba(216, 222, 233, .75)
|
||||
font_size = 60
|
||||
font_family = Verdana Bold
|
||||
position = 0, 450
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Date
|
||||
label {
|
||||
monitor = DP-1
|
||||
text = cmd[update:1000] echo "<span>$(date +"%d. %b %Y")</span>"
|
||||
color = rgba(216, 222, 233, .75)
|
||||
font_size = 15
|
||||
font_family = Verdana
|
||||
position = 0, 380
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Password Input
|
||||
input-field {
|
||||
monitor = DP-1
|
||||
size = 320, 55
|
||||
outline_thickness = 0
|
||||
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgba(255, 255, 255, 0)
|
||||
inner_color = rgba(255, 255, 255, 0.1)
|
||||
font_color = rgb(200, 200, 200)
|
||||
rounding = 16
|
||||
fade_on_empty = true
|
||||
font_family = SF Pro Display
|
||||
placeholder_text = <span foreground="##ffffff99"></span>
|
||||
hide_input = false
|
||||
position = 0, -600
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Force unlock hint on second monitor
|
||||
label {
|
||||
monitor = DP-2
|
||||
text = <span foreground="##ffffff99">Locked. To force unlock, send SIGUSR1 to hyprlock using a TTY.</span>
|
||||
color = rgba(216, 222, 233, .75)
|
||||
font_size = 12
|
||||
font_family = Verdana
|
||||
position = 0, -875
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# Current wallpaper label
|
||||
label {
|
||||
monitor = DP-2
|
||||
text = cmd[] echo "<span foreground=\"##ffffff99\">Current wallpaper: $(basename "$(readlink ~/.config/hypr/wallpaper/current.jpg)")</span>"
|
||||
color = rgba(216, 222, 233, .75)
|
||||
font_size = 12
|
||||
font_family = Verdana
|
||||
position = 0, -900
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user