Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HOW TO CUSTOMIZE XENODM LOGIN MANAGER ON OPENBSD
- cd /etc/X11/xenodm
- doas nano Xresources
- --------------------------
- xlogin*greeting: CLIENTHOST
- xlogin*fail: custom-message ##(the failed login message)##
- ---------------------------------
- ##(Window Borders Size)##
- xlogin*borderwidth: 2
- xlogin*framewidth: 3
- xlogin*innerFramesWidth: 0
- -----------------------
- ***(External Borders Color)****
- ! top/left border
- xlogin*hiColor: purple ##(external borders)##
- !bottom/right border
- xlogin*shColor: purple ##(external borders)##
- ***(Welcome to)***
- xlogin*greetColor yellow ##(the login message color) ##
- xlogin*background dimgray ##(the whole login window background color) ##
- ***(Box to write the login names)***
- xlogin*inpColor black #(background color of place to write name)#
- xlogin*failColor: red #(error message color) #
- ***(Login-and-password)****
- Foreground cyan (color of login and password words)
- Background shadow (black)
- ------------------------------------------------
- **(Remove the xconsole debug window at the bottom right)**
- sed -i 's/xconsole/#xconsole/' /etc/X11/xenodm/Xsetup_0
- ------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement