hyprlock: add `rotate` option to label and image (#555)

* label: add `rotate` option

* upd
This commit is contained in:
bvr-yr 2024-03-29 22:01:20 +03:00 committed by GitHub
parent 6c0e4a1f31
commit 364145c988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ image {
rounding = -1 # negative values mean circle
border_size = 4
border_color = rgb(221, 221, 221)
rotate = 0 # degrees, counter-clockwise
position = 0, 200
halign = center
@ -177,6 +178,7 @@ label {
color = rgba(200, 200, 200, 1.0)
font_size = 25
font_family = Noto Sans
rotate = 0 # degrees, counter-clockwise
position = 0, 80
halign = center