You are not logged in.
Pages: 1
Hey,
So I would like to customise my login screen and I am really struggling on how to do so in BunsenLabs?
Please can someone help me...
Offline
Edit the file at /etc/lightdm/lightdm-gtk-greeter.conf.bunsen and change the line that starts with
background=
Point that to the full path for whichever image you want to use.
Probably best to wait for other replies though 'cos I don't use a DM if I can help it...
Offline
From the Debian wiki:
Offline
Which part are you looking to customize?
Not using it at the moment, but the /etc/lightdm/lightdm-gtk-greeter.conf file (apparently lightdm.gtk-greeter.conf.bunsen for BL) is pretty well commented with examples on how to edit the various sections to change the background, font, time format etc...
Needs to be edited as root.
You must unlearn what you have learned.
-- yoda
Offline
Menu -> System -> Login Settings
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
The part I am struggling with, is the placement and styling of the login dialog and clock and so on...
I can see it uses gtk theme style code but I can not find a non webkit theme to clone and play around with.
Something tells me it is under my nose?
Offline
The possibilties are in lightdm-gtk-greeter.conf. BL defaults are:
background=/usr/share/images/bunsen/login/bl-login-background
theme-name=Bunsen-lightdm
icon-theme-name=Bunsen-lightdm
font-name=Sans Bold 10
xft-antialias=true
#xft-dpi=
xft-hintstyle=hintslight
xft-rgba=rgb
show-indicators=~language;~session;~power
show-clock=true
clock-format=%H:%M %a, %b %d
#keyboard=
position=10% 35%
#screensaver-timeout=
#default-user-image=/usr/share/icons/bunsen.png
Good luck with further themeing - it is a nightmare I gave up on long ago.
You can also investigate '/usr/share/themes/Bunsen-lightdm/'
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
I have managed to get the lightdm-webkit-greeter working and have a fully interchangeable themed login UI. I plan to write about it and can post a link bank here if everyone is happy for me to do so?
Offline
^ I would be, indeed!
Though I auto-login ATM, I think this will change sooner or later and would love to have the possibility to tweek the UI of LightDM
naik --greetz
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen Codeberg
Offline
I have managed to get the lightdm-webkit-greeter working and have a fully interchangeable themed login UI. I plan to write about it and can post a link bank here if everyone is happy for me to do so?
Please do!
Posting it as a HowTo in "Scripts, Tutorials & Tips" would be cool
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
The part I am struggling with, is the placement and styling of the login dialog and clock and so on...
I can see it uses gtk theme style code but I can not find a non webkit theme to clone and play around with.
Something tells me it is under my nose?
/usr/share/themes/Bunsen-lightdm/gkt-3.0/apps/lightdm-gtk-greeter.css
Check this file in other themes too, there are lots of customization possibilities.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Online
/usr/share/themes/Bunsen-lightdm/gkt-3.0/apps/lightdm-gtk-greeter.css
and this is the same css that is used all over the internet, so every css tutorial/howto out there should help you to get a grasp on the syntax.
Offline
Pages: 1