From 17258796d786fce8c5426e967ede4117e4ba0e57 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 29 Feb 2024 18:02:55 +0000 Subject: Tidy hyprlock configw --- .config/hypr/hyprlock.conf | 143 +++++++++++++++++++++++---------------------- 1 file changed, 73 insertions(+), 70 deletions(-) (limited to '.config') diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index b3ae065..113eab0 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -1,74 +1,77 @@ - general { - disable_loading_bar = false - hide_cursor = true - grace = 2 - no_fade_in = false - } +general { + disable_loading_bar = false + hide_cursor = true + grace = 2 + no_fade_in = false +} - background { - path = screenshot - color = rgba(0, 0, 0, 0.5) +background { + path = screenshot + color = rgba(0, 0, 0, 0.5) - # Blur - blur_passes = 2 # 0 disables blurring - blur_size = 8 - noise = 1.17e-2 - contrast = 0.8916 - brightness = 0.8172 - vibrancy = 0.1696 - vibrancy_darkness = 0.0 - } + # Blur + blur_passes = 2 # 0 disables blurring + blur_size = 8 + noise = 1.17e-2 + contrast = 0.8916 + brightness = 0.8172 + vibrancy = 0.1696 + vibrancy_darkness = 0.0 +} - input-field { - size = 300, 50 - outline_thickness = 3 - dots_size = 0.33 - dots_spacing = 0.15 - dots_center = true - outer_color = rgba(255, 255, 255, 0.1) - inner_color = rgba(255, 255, 255, 0.1) - font_color = rgb(255, 255, 255) - fade_on_empty = true - placeholder_text = Input Password... - hide_input = false - position = 0, -90 - halign = center - valign = center - } +input-field { + size = 300, 50 + outline_thickness = 3 + dots_size = 0.33 + dots_spacing = 0.15 + dots_center = true + outer_color = rgba(255, 255, 255, 0.1) + inner_color = rgba(255, 255, 255, 0.1) + font_color = rgb(255, 255, 255) + fade_on_empty = true + placeholder_text = Input Password... + hide_input = false + position = 0, -90 + halign = center + valign = center +} - label { - text = $TIME - color = rgb(255, 255, 255) - font_size = 96 - font_family = GoMono Nerd Font - position = 0, -50 - halign = center - valign = top - } - label { - text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh - color = rgb(255, 255, 255) - font_size = 24 - font_family = GoMono Nerd Font - position = 0, -190 - halign = center - valign = top - } - label { - text = Hi there, $USER! - color = rgb(255, 255, 255) - font_size = 32 - font_family = GoMono Nerd Font - position = 0, 0 - halign = center - valign = center - } - label { - text =  - color = rgb(255, 255, 255) - font_family = GoMono Nerd Font - font_size = 32 - position = 0, 0 - halign = center - valign = bottom - } +label { + text = $TIME + color = rgb(255, 255, 255) + font_size = 96 + font_family = GoMono Nerd Font + position = 0, -50 + halign = center + valign = top +} + +label { + text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh + color = rgb(255, 255, 255) + font_size = 24 + font_family = GoMono Nerd Font + position = 0, -190 + halign = center + valign = top +} + +label { + text = Hi there, $USER! + color = rgb(255, 255, 255) + font_size = 32 + font_family = GoMono Nerd Font + position = 0, 0 + halign = center + valign = center +} + +label { + text =  + color = rgb(255, 255, 255) + font_family = GoMono Nerd Font + font_size = 32 + position = 0, 0 + halign = center + valign = bottom +} -- cgit v1.2.3