86 lines
1.7 KiB
Plaintext
86 lines
1.7 KiB
Plaintext
# ~/.config/hypr/hyprlock.conf
|
|
|
|
general {
|
|
hide_cursor = true
|
|
ignore_empty_input = true
|
|
}
|
|
|
|
##################
|
|
### BACKGROUND ###
|
|
##################
|
|
|
|
background {
|
|
monitor = DP-2
|
|
path = $HOME/.config/hypr/images/ultrawide.jpg
|
|
}
|
|
|
|
background {
|
|
monitor = DP-1
|
|
path = $HOME/.config/hypr/images/standard.jpg
|
|
}
|
|
|
|
background {
|
|
monitor = HDMI-A-1
|
|
path = $HOME/.config/hypr/images/vertical.jpg
|
|
}
|
|
|
|
#############
|
|
### INPUT ###
|
|
#############
|
|
|
|
input-field {
|
|
size = 250, 60
|
|
outline_thickness= 2
|
|
dots_size = 0.2 # you control the look of the dots manually
|
|
dots_spacing = 0.35
|
|
dots_center = true
|
|
|
|
# Outer ring transparent, inner pill matches Waybar bg
|
|
outer_color = rgba(11, 27, 43, 0) # bg_main fully transparent
|
|
inner_color = rgba(11, 27, 43, 0.85) # bg_main at 85% opacity
|
|
|
|
font_color = rgba(202, 211, 232, 0.8) # content_main at 80%
|
|
fade_on_empty = false
|
|
|
|
rounding = 20 # nice pill shape
|
|
check_color = #4F84CC # Abyss Accent
|
|
|
|
placeholder_text =
|
|
hide_input = false
|
|
|
|
position = 0, -200
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
############
|
|
### DATE ###
|
|
############
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%A, %B %d")"
|
|
color = rgba(202, 211, 232, 0.75) # Sea Foam a bit lighter
|
|
font_size = 22
|
|
font_family = Inconsolata Nerd Font Mono
|
|
position = 0, 300
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
############
|
|
### TIME ###
|
|
############
|
|
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo "$(date +"%-I:%M")"
|
|
color = rgba(202, 211, 232, 0.75)
|
|
font_size = 95
|
|
font_family = Inconsolata Nerd Font Mono Bold
|
|
position = 0, 200
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|