diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index f24716089..2526054be 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -25,6 +25,17 @@ input-field { valign = center } +label { + monitor = + text = $LAYOUT + color = $text_color + font_size = 14 + font_family = $font_family + position = -30, 30 + halign = right + valign = bottom +} + label { # Caps Lock Warning monitor = text = cmd[update:250] ${XDG_CONFIG_HOME:-$HOME/.config}/hypr/hyprlock/check-capslock.sh diff --git a/.config/matugen/templates/hyprland/hyprlock.conf b/.config/matugen/templates/hyprland/hyprlock.conf index d9b69cf17..13f7dd8f0 100644 --- a/.config/matugen/templates/hyprland/hyprlock.conf +++ b/.config/matugen/templates/hyprland/hyprlock.conf @@ -30,6 +30,17 @@ input-field { valign = center } +label { + monitor = + text = $LAYOUT + color = $text_color + font_size = 14 + font_family = $font_family + position = -30, 30 + halign = right + valign = bottom +} + label { # Caps Lock Warning monitor = text = cmd[update:250] ${XDG_CONFIG_HOME:-$HOME/.config}/hypr/hyprlock/check-capslock.sh