From 7790cfa706f0b593f93c07922d770354f2238e3f Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:55:54 +0300 Subject: [PATCH] Add files via upload --- .config/hypr/hyprlock.conf | 78 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .config/hypr/hyprlock.conf diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf new file mode 100644 index 0000000..2b7c1b9 --- /dev/null +++ b/.config/hypr/hyprlock.conf @@ -0,0 +1,78 @@ +# BACKGROUND +background { + monitor = + #path = screenshot + path = ~/Resimler/wallpapers/wallpaper-2.png + #color = $background + blur_passes = 2 + contrast = 1 + brightness = 0.5 + vibrancy = 0.2 + vibrancy_darkness = 0.2 +} + +# GENERAL +general { + no_fade_in = true + no_fade_out = true + hide_cursor = false + grace = 0 + disable_loading_bar = true +} + +# DATE +label { + monitor = + text = cmd[update:1000] echo "$(LC_TIME=en_US.UTF-8 date +"%A, %B %d")" + color = rgba(242, 243, 244, 0.50) + font_size = 35 + font_family = JetBrains Mono + position = 0, 380 + halign = center + valign = center +} + +# TIME +label { + monitor = + text = cmd[update:1000] echo "$(date +"%H:%M")" + color = rgba(242, 243, 244, 0.20) + font_size = 525 + font_family = JetBrains Mono Extrabold + position = 0, 0 + halign = center + valign = center +} + +# Welcome Label +label { + monitor = + text = cmd[update:1000] sh -c 'echo "Hi there, $(whoami)"' + color = rgba(242, 243, 244, 0.60) + font_size = 20 + font_family = JetBrains Mono + position = 0, -420 + halign = center + valign = center +} + +# INPUT FIELD +input-field { + monitor = + size = 250, 60 + outline_thickness = 2 + dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 + dots_spacing = 0.35 # 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.2) + font_color = rgba(242, 243, 244, 1) + fade_on_empty = true + rounding = -1 + check_color = rgb(204, 136, 34) + placeholder_text = + hide_input = false + position = 0, 0 + halign = center + valign = center +}