Advertisement
kevinjohnson7890

OpenBSD Customize Xenodm

Apr 13th, 2022
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. HOW TO CUSTOMIZE XENODM LOGIN MANAGER ON OPENBSD
  2. cd /etc/X11/xenodm
  3. doas nano Xresources
  4. --------------------------
  5. xlogin*greeting: CLIENTHOST
  6. xlogin*fail: custom-message ##(the failed login message)##
  7. ---------------------------------
  8. ##(Window Borders Size)##
  9. xlogin*borderwidth: 2
  10. xlogin*framewidth: 3
  11. xlogin*innerFramesWidth: 0
  12. -----------------------
  13. ***(External Borders Color)****
  14. ! top/left border
  15. xlogin*hiColor: purple ##(external borders)##
  16. !bottom/right border
  17. xlogin*shColor: purple ##(external borders)##
  18. ***(Welcome to)***
  19. xlogin*greetColor yellow ##(the login message color) ##
  20. xlogin*background dimgray ##(the whole login window background color) ##
  21. ***(Box to write the login names)***
  22. xlogin*inpColor black #(background color of place to write name)#
  23. xlogin*failColor: red #(error message color) #
  24. ***(Login-and-password)****
  25. Foreground cyan (color of login and password words)
  26. Background shadow (black)
  27. ------------------------------------------------
  28. **(Remove the xconsole debug window at the bottom right)**
  29. sed -i 's/xconsole/#xconsole/' /etc/X11/xenodm/Xsetup_0
  30. ------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement