From c179168b6c3e87adce447c6a5ded382d4a8266e4 Mon Sep 17 00:00:00 2001 From: GrafMonteCarlo <53829166+vailrahmatulin@users.noreply.github.com> Date: Wed, 2 Apr 2025 10:28:17 +0700 Subject: Update hyprlock.conf Added the keyboard layout indicator to the lock screen --- config/hypr/hyprlock.conf | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'config/hypr/hyprlock.conf') diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index a3cbb76f..a0d075cb 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -106,11 +106,22 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - position = 0, 200 + position = 0, 250 halign = center valign = bottom } +# LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 24 + font_family = Victor Mono Bold Oblique + position = 0, 200 + halign = center + valign = bottom +} # INPUT FIELD input-field { @@ -157,4 +168,4 @@ label { position = 50, 0 halign = left valign = bottom -} \ No newline at end of file +} -- cgit v1.2.3 From cd9d02816793a1330dfcb4eb597c1d47593ba1f3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 25 May 2025 19:36:28 +0900 Subject: updated Hyprlock configs. Reposition and resize keyboard layouts --- config/hypr/hyprlock-1080p.conf | 32 ++++++++++++++++---------------- config/hypr/hyprlock.conf | 29 +++++++++++++++-------------- 2 files changed, 31 insertions(+), 30 deletions(-) (limited to 'config/hypr/hyprlock.conf') diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index fbd24915..a0e105e0 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -66,7 +66,7 @@ label { color = $color12 font_size = 200 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -320 + position = 0, -340 halign = center valign = top } @@ -106,19 +106,7 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - position = 0, 150 - halign = center - valign = bottom -} - -# LAYOUT -label { - monitor = - text = $LAYOUT - color = $color13 - font_size = 24 - font_family = Victor Mono Bold Oblique - position = 0, 120 + position = 0, 220 halign = center valign = bottom } @@ -126,7 +114,7 @@ label { # INPUT FIELD input-field { monitor = - size = 300, 60 + size = 200, 60 outline_thickness = 2 dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 @@ -139,7 +127,19 @@ input-field { font_family = Victor Mono Bold Oblique placeholder_text = 🔒 Type Password hide_input = false - position = 0, 50 + position = 0, 100 + halign = center + valign = bottom +} + +# Keyboard LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 10 + font_family = Victor Mono Bold Oblique + position = 0, 70 halign = center valign = bottom } diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index a0d075cb..48b09b85 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -106,19 +106,7 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - position = 0, 250 - halign = center - valign = bottom -} - -# LAYOUT -label { - monitor = - text = $LAYOUT - color = $color13 - font_size = 24 - font_family = Victor Mono Bold Oblique - position = 0, 200 + position = 0, 280 halign = center valign = bottom } @@ -139,7 +127,20 @@ input-field { font_family = Victor Mono Bold Oblique placeholder_text = 🔒 Type Password hide_input = false - position = 0, 100 + position = 0, 120 + halign = center + valign = bottom +} + + +# Keyboard LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 12 + font_family = Victor Mono Bold Oblique + position = 0, 80 halign = center valign = bottom } -- cgit v1.2.3