From 1c39e368405ea5cb6293d113ec87339fc6077535 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:43:38 +0700 Subject: [PATCH] update hyprlock: smaller dots cuz now they're centered --- .config/ags/scripts/templates/hypr/hyprlock.conf | 6 +++--- .config/hypr/hyprlock.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/ags/scripts/templates/hypr/hyprlock.conf b/.config/ags/scripts/templates/hypr/hyprlock.conf index 112a0d4aa..1a6821ef1 100644 --- a/.config/ags/scripts/templates/hypr/hyprlock.conf +++ b/.config/ags/scripts/templates/hypr/hyprlock.conf @@ -11,10 +11,10 @@ background { } input-field { monitor = - size = 300, 50 + size = 250, 50 outline_thickness = 1 - dots_size = 0.2 - dots_spacing = 0.86 + dots_size = 0.1 + dots_spacing = 0.3 outer_color = $entry_border_color inner_color = $entry_background_color font_color = $entry_color diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index f883ebcf4..c5bd6a720 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -11,10 +11,10 @@ background { } input-field { monitor = - size = 300, 50 + size = 250, 50 outline_thickness = 1 - dots_size = 0.2 - dots_spacing = 0.86 + dots_size = 0.1 + dots_spacing = 0.3 outer_color = $entry_border_color inner_color = $entry_background_color font_color = $entry_color