dotfiles/.config/hypr/hyprlock.conf
Sergio Laín 2b3a722bdf
🎨 ux(hypr): create a file with theme variables to use in the theme config files
also changed some of the shadows and group colors
2024-03-11 01:10:29 +01:00

72 lines
1.4 KiB
Text

source = ./themes/luna/colors.conf
$font = JetBrains Mono Nerd Font 10
background {
monitor =
path = $HOME/.config/hypr/themes/luna/walls/neon-dim.png
color = rgb($lavenderAlpha)
blur_size = 4
blur_passes = 3
noise = 0.0117
contrast = 1.3000
brightness = 0.8000
vibrancy = 0.2100
vibrancy_darkness = 0.0
}
input-field {
monitor = DP-1
size = 250, 50
outline_thickness = 3
dots_size = 0.2
dots_spacing = 0.64
dots_center = true
outer_color = rgb($lavenderAlpha)
inner_color = rgb($baseAlpha)
font_color = rgb($textAlpha)
fade_on_empty = true
placeholder_text = <i>Password...</i>
hide_input = false
position = 0, 50
halign = center
valign = bottom
}
# Current time
label {
monitor = DP-1
text = cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>"
color = rgb($textAlpha)
font_size = 64
font_family = $font
position = 0, 16
halign = center
valign = center
}
# User label
label {
monitor = DP-1
text = Hey $USER!
color = rgb($textAlpha)
font_size = 20
font_family = $font
position = 0, 0
halign = center
valign = center
}
# Type to unlock
label {
monitor = DP-1
text = Type to unlock!
color = rgb($textAlpha)
font_size = 16
font_family = $font
position = 0, 30
halign = center
valign = bottom
}