How do I customize lxdm further ?

Please post all general support questions for LXDE here.
Locked
LegionOfHell
Posts: 4
Joined: Wed Jul 08, 2020 10:12 pm

How do I customize lxdm further ?

Post by LegionOfHell »

I am customizing lxdm but I can't figure out how to customize the following:

(0) Where is the documentation for all of the settings that can be put in /etc/lxdm/lxdm.conf ? all of the ones I googled are not complete.
(1) How do I move the bottom pane to the top ?
(2) How do i change the position of the user/password textbox ?
(3) How do i change the color of the user/password text ?
(4) I want to achieve something like this : https://ibb.co/YL5Md8h
(5) How do i get rid of the big "Login:" mark ?
(6) Where can I install more themes for lxdm ? currently I only have the "Industrial" theme in /usr/share/lxdm/themes/ ... Where do i download more ?


Many Thanks
LegionOfHell
Posts: 4
Joined: Wed Jul 08, 2020 10:12 pm

Re: How do I customize lxdm further ?

Post by LegionOfHell »

I add this line: <property name="xalign">0</property>


<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0.1</property>
<property name="xscale">0</property>
<property name="yscale">0</property>

but horizontal alignment does not change...it is in the center....yalign works though.... what's going on ?
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: How do I customize lxdm further ?

Post by drooly »

LegionOfHell wrote: Wed Jul 08, 2020 10:19 pmWhere is the documentation for all of the settings that can be put in /etc/lxdm/lxdm.conf ?
I think it's what you find in the file itself: https://git.lxde.org/gitweb/?p=lxde/lxd ... in;hb=HEAD
I don't think there's more than that.
LegionOfHell wrote: Thu Jul 09, 2020 12:25 am I add this line: <property name="xalign">0</property>
Where do you add this? Somewhere here I guess?
Locked