aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-05-19 23:45:11 -0400
committerGitHub <noreply@github.com>2025-05-19 23:45:11 -0400
commitadb8b7db7599e6f7786f23472a383d52356f9149 (patch)
tree5b3fbba16327c5a43ab55232047d2267bba6ec7b
parentb6b6acad2a51c096ba707f976bf862c5dec5cb5e (diff)
parentdcf0e1246c06406dcc50a7002c0925b6aa340533 (diff)
Merge pull request #661 from vailrahmatulin/main
Added the keyboard layout indicator to the lock screen, it should be tested at 1080p resolution
-rw-r--r--config/hypr/hyprlock-1080p.conf13
-rw-r--r--config/hypr/hyprlock.conf15
2 files changed, 25 insertions, 3 deletions
diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf
index 8fc3b075..fbd24915 100644
--- a/config/hypr/hyprlock-1080p.conf
+++ b/config/hypr/hyprlock-1080p.conf
@@ -111,6 +111,17 @@ label {
valign = bottom
}
+# LAYOUT
+label {
+ monitor =
+ text = $LAYOUT
+ color = $color13
+ font_size = 24
+ font_family = Victor Mono Bold Oblique
+ position = 0, 120
+ 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
+}
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
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage