hyprlock: add blur

let's hope no one locks while using dark theme but have white stuff open
This commit is contained in:
end-4
2024-02-22 13:22:25 +07:00
parent f00e3224ed
commit acf9a3bc82
3 changed files with 21 additions and 6 deletions
@@ -1,18 +1,22 @@
$text_color = rgba({{ $onBackground }}FF)
$entry_background_color = rgba({{ $background }}11)
$entry_border_color = rgba({{ $outline }}44)
$entry_border_color = rgba({{ $outline }}55)
$entry_color = rgba({{ $onSurfaceVariant }}FF)
$font_family = Gabarito
$font_family_clock = Gabarito
$font_material_symbols = Material Symbols Rounded
background {
color = rgba({{ $background }}F8)
color = rgba({{ $background }}77)
# path = {{ SWWW_WALL }}
path = screenshot
blur_size = 5
blur_passes = 4
}
input-field {
monitor =
size = 250, 50
outline_thickness = 1
outline_thickness = 2
dots_size = 0.1
dots_spacing = 0.3
outer_color = $entry_border_color