milgra / wcp

Script-driven control panel/system menu for wayland-based window managers.
GNU General Public License v3.0
82 stars 3 forks source link

Place wcp to bottom-right of screen. #3

Closed lidgnulinux closed 1 year ago

lidgnulinux commented 1 year ago

Hello I'm trying to place wcp to bottom-right of screen and still get no luck. I'm adding

....
position: relative;
bottom: 0;
right: 0;
....

To main.css (#main) but still show at top of the screen.

I have 1366x768 screen. Any clue ? Thanks.

milgra commented 1 year ago

Hi, CSS works inside the window only, I will add window alignment options to wcp soon.

lidgnulinux commented 1 year ago

Thanks @milgra

milgra commented 1 year ago

Hi, with the latest release you can start wcp with wcp -a rb to anchor wcp to the right bottom.

lidgnulinux commented 1 year ago

Wow, it works, great.