From feccc43739c97c63fba9e5282153af46c00f308b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 28 Aug 2024 13:01:41 +0100 Subject: Removed unused Hypr directory from .config --- .config/hypr/hyprlock.conf | 108 --------------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 .config/hypr/hyprlock.conf (limited to '.config/hypr/hyprlock.conf') diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf deleted file mode 100644 index 70d02fd..0000000 --- a/.config/hypr/hyprlock.conf +++ /dev/null @@ -1,108 +0,0 @@ -general { - disable_loading_bar = false - hide_cursor = true - grace = 2 - no_fade_in = false -} - -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 -} - -input-field { - size = 300, 50 - outline_thickness = 2 - dots_size = 0.33 - dots_spacing = 0.15 - dots_center = true - dots_rounding = -2 # -1 default circle, -2 follow input-field rounding - outer_color = rgba(152, 151, 26, 1) - inner_color = rgba(0, 0, 0, 1) - font_color = rgb(99, 149, 100) - fade_on_empty = true - fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. - placeholder_text = Input Password... - hide_input = false - rounding = 10 # -1 means complete rounding (circle/oval) - check_color = rgb(204, 136, 34) - fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color - fail_text = $FAIL ($ATTEMPTS) # can be set to empty - fail_transition = 300 # transition time in ms between normal outer_color and fail_color - capslock_color = -1 - numlock_color = -1 - bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above) - invert_numlock = false # change color if numlock is off - position = 0, -90 - halign = center - valign = center - shadow_passes = 2 - shadow_size = 3 - shadow_color = rgb(0,0,0) - shadow_boost = 1.2 -} - -label { - text = $TIME - color = rgb(255, 255, 255) - font_size = 96 - font_family = GoMono Nerd Font - position = 0, -50 - halign = center - valign = top - shadow_passes = 2 - shadow_size = 3 - shadow_color = rgb(0,0,0) - shadow_boost = 1.2 -} - -label { - text = cmd[update:1000] sh ~/.config/eww/scripts/date-time.sh - color = rgb(152, 151, 26) - font_size = 24 - font_family = GoMono Nerd Font - position = 0, -190 - halign = center - valign = top - shadow_passes = 2 - shadow_size = 1 - shadow_color = rgb(0,0,0) - shadow_boost = 1.2 -} - -label { - text = Hi there, $USER! - color = rgb(104, 157, 106) - font_size = 32 - font_family = GoMono Nerd Font - position = 0, 0 - halign = center - valign = center - shadow_passes = 2 - shadow_size = 1 - shadow_color = rgb(0,0,0) - shadow_boost = 1.2 -} - -label { - text =  Hyprland session locked - color = rgb(22, 225, 181) - font_family = GoMono Nerd Font - font_size = 24 - position = 0, 0 - halign = center - valign = bottom - shadow_passes = 2 - shadow_size = 1 - shadow_color = rgb(0,0,0) - shadow_boost = 1.2 -} -- cgit v1.2.3