From b0fc28e78bcdfce65e57ec042364a000ff8cb467 Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:34:04 -0400 Subject: [PATCH] Delete hyprlock.conf --- hyprlock.conf | 71 --------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 hyprlock.conf diff --git a/hyprlock.conf b/hyprlock.conf deleted file mode 100644 index a9e4e9f2..00000000 --- a/hyprlock.conf +++ /dev/null @@ -1,71 +0,0 @@ -source = $HOME/.cache/wal/colors-hyprland.conf - -background { - monitor = - path = $HOME/.config/rofi/.current_wallpaper # only png supported for now - color = $color7 - - # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations - blur_size = 4 - blur_passes = 3 # 0 disables blurring - noise = 0.0117 - contrast = 1.3000 # Vibrant!!! - 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 # Scale of input-field height, 0.2 - 0.8 - dots_spacing = 0.64 # Scale of dots' absolute size, 0.0 - 1.0 - dots_center = true - outer_color = $color1 - inner_color = $color0 - font_color = $color7 - fade_on_empty = true - placeholder_text = Password... # Text rendered in the input box when it's empty. - hide_input = false - position = 0, 50 - halign = center - valign = bottom -} - -# Current time -label { - monitor = DP-1 - text = cmd[update:1300] echo " $(date +"%H:%M") " - color = $color7 - font_size = 64 - font_family = JetBrains Mono Nerd Font 10 - position = 0, 16 - halign = center - valign = center -} - -# User label -label { - monitor = DP-1 - text = Hey $USER - color = $color7 - font_size = 20 - font_family = JetBrains Mono Nerd Font 10 - position = 0, 0 - halign = center - valign = center -} - - -# Type to unlock -label { - monitor = DP-1 - text = Type to unlock! - color = $color7 - font_size = 16 - font_family = JetBrains Mono Nerd Font 10 - position = 0, 30 - halign = center - valign = bottom -} \ No newline at end of file