mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
hyprlock: add rotate
option to label and image (#555)
* label: add `rotate` option * upd
This commit is contained in:
parent
6c0e4a1f31
commit
364145c988
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ image {
|
||||||
rounding = -1 # negative values mean circle
|
rounding = -1 # negative values mean circle
|
||||||
border_size = 4
|
border_size = 4
|
||||||
border_color = rgb(221, 221, 221)
|
border_color = rgb(221, 221, 221)
|
||||||
|
rotate = 0 # degrees, counter-clockwise
|
||||||
|
|
||||||
position = 0, 200
|
position = 0, 200
|
||||||
halign = center
|
halign = center
|
||||||
|
@ -177,6 +178,7 @@ label {
|
||||||
color = rgba(200, 200, 200, 1.0)
|
color = rgba(200, 200, 200, 1.0)
|
||||||
font_size = 25
|
font_size = 25
|
||||||
font_family = Noto Sans
|
font_family = Noto Sans
|
||||||
|
rotate = 0 # degrees, counter-clockwise
|
||||||
|
|
||||||
position = 0, 80
|
position = 0, 80
|
||||||
halign = center
|
halign = center
|
||||||
|
|
Loading…
Reference in a new issue