diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-05-20 15:48:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-20 15:48:58 +0000 |
| commit | ddcc6d59e24e334d1d8cd812170a133e591f98bf (patch) | |
| tree | 5eadf581be0ac201cc7a433fc05a688d6a8e14ab /config/hypr/hyprlock.conf | |
| parent | 2c59d4521a9a610a590876db94b176afeb5b26d8 (diff) | |
| parent | 359f04a969f4e4c729a6d5d44b26639073497857 (diff) | |
Merge pull request #702 from JaKooLit/merge-fix
main to development
Diffstat (limited to 'config/hypr/hyprlock.conf')
| -rw-r--r-- | config/hypr/hyprlock.conf | 15 |
1 files changed, 13 insertions, 2 deletions
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 +} |
