mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-16 02:41:47 +01:00
Add Hyprland config
This commit is contained in:
53
.config/hypr/hyprlock.conf
Normal file
53
.config/hypr/hyprlock.conf
Normal file
@ -0,0 +1,53 @@
|
||||
background {
|
||||
monitor =
|
||||
path = /mnt/shared/media/wallpaper/mountains.png
|
||||
blur_passes = 2
|
||||
}
|
||||
|
||||
general {
|
||||
no_fade_in = false
|
||||
grace = 0
|
||||
disable_loading_bar = true
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 350, 50
|
||||
outline_thickness = 2
|
||||
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(0, 0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0.5)
|
||||
font_color = rgb(200, 200, 200)
|
||||
fade_on_empty = false
|
||||
font_family = Monospace
|
||||
placeholder_text = <span foreground="##cdd6f4">Input Password...</span>
|
||||
fail_text = <span>Failed ($ATTEMPTS)</span>
|
||||
hide_input = false
|
||||
position = 0, -120
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
||||
color = $foreground
|
||||
font_size = 100
|
||||
font_family = Monospace
|
||||
position = 0, -700
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(date +"%d/%m/%Y")"
|
||||
color = $foreground
|
||||
font_size = 32
|
||||
font_family = Monospace
|
||||
position = 0, -880
|
||||
halign = center
|
||||
valign = top
|
||||
}
|
||||
Reference in New Issue
Block a user