You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I really love this project since there are a lot of customization available, but I found one small problem.
According to man 5 wlogout:
height and width are values between 0.0 and 1.0 that control the location of where text is displayed the default width 0.5, height 0.9
avalible
But from my testing on wlogout 1.2.2-0, installed via pacman on Arch and hyprland, setting any value for "width" will place the text to the right side; any value for "height" will place the text to the bottom.
For example, the following layout file (which is default layout + "width" : 0.5) with default style.css will produce the following result.
Hi, I really love this project since there are a lot of customization available, but I found one small problem.
According to
man 5 wlogout
:But from my testing on
wlogout 1.2.2-0
, installed via pacman on Arch and hyprland, setting any value for"width"
will place the text to the right side; any value for"height"
will place the text to the bottom.For example, the following
layout
file (which is default layout +"width" : 0.5
) with defaultstyle.css
will produce the following result.As the pictures shows, the text "Lock" is placed to the right side (which I assume is value 1). Not sure can anyone reproduce that.
The text was updated successfully, but these errors were encountered: