From 1172be241ce519f80efc2594cc872fc42a07c32b Mon Sep 17 00:00:00 2001 From: Anton Epikhin Date: Tue, 29 Jul 2025 22:02:25 +0300 Subject: [PATCH] Returned fade_on_empty for input field and moved layout indicator to bottom right --- .config/hypr/hyprlock.conf | 10 +++++----- .config/matugen/templates/hyprland/hyprlock.conf | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 6241f6a9b..2526054be 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -18,7 +18,7 @@ input-field { outer_color = $entry_border_color inner_color = $entry_background_color font_color = $entry_color - fade_on_empty = false + fade_on_empty = true position = 0, 20 halign = center @@ -29,11 +29,11 @@ label { monitor = text = $LAYOUT color = $text_color - font_size = 12 + font_size = 14 font_family = $font_family - position = 0, -40 - halign = center - valign = center + position = -30, 30 + halign = right + valign = bottom } label { # Caps Lock Warning diff --git a/.config/matugen/templates/hyprland/hyprlock.conf b/.config/matugen/templates/hyprland/hyprlock.conf index bea7e07e1..13f7dd8f0 100644 --- a/.config/matugen/templates/hyprland/hyprlock.conf +++ b/.config/matugen/templates/hyprland/hyprlock.conf @@ -23,7 +23,7 @@ input-field { outer_color = $entry_border_color inner_color = $entry_background_color font_color = $entry_color - fade_on_empty = false + fade_on_empty = true position = 0, 20 halign = center @@ -34,11 +34,11 @@ label { monitor = text = $LAYOUT color = $text_color - font_size = 12 + font_size = 14 font_family = $font_family - position = 0, -40 - halign = center - valign = center + position = -30, 30 + halign = right + valign = bottom } label { # Caps Lock Warning