slim.theme 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. #### Digit's modifying of...
  2. ## SLiM theme Devuan Curve
  3. #
  4. # Copyright 2015 Dyne.org Foundation
  5. # Created by hellekin <hellekin@dyne.org>
  6. #
  7. ## Known issues
  8. #
  9. # - usernames larger than 20 characters may overflow the input box
  10. # SLiM limits username's length to 29 characters. Usernames are
  11. # usually much shorter though.
  12. # - ditto for passwords. Usually a password up to 28 characters
  13. # should display without overflow.
  14. #
  15. ## background
  16. background_style tile
  17. background_color #c26557
  18. ## panel
  19. # note: all positions are in pixels to ensure multihead support.
  20. # place panel on the top left
  21. # position is absolute
  22. input_panel_x 0
  23. input_panel_y 0
  24. # use only one line for username and password inputs
  25. # positions are absolute values, and relative to the panel
  26. input_name_x 121
  27. input_name_y 257
  28. input_pass_x -1
  29. input_pass_y -1
  30. # place 'username:' and 'password:' prompts just above the input line
  31. # positions are absolute values, and relative to the panel
  32. username_x 121
  33. username_y 231
  34. password_x 121
  35. password_y 231
  36. # center feedback messages
  37. # position is absolute
  38. msg_x 595
  39. msg_y 450
  40. # center session messages
  41. # position is absolute
  42. session_x 595
  43. session_y 395
  44. # disable welcome message
  45. # position is absolute
  46. welcome_x -1
  47. welcome_y -1
  48. ## text
  49. username_msg username:
  50. password_msg password:
  51. #passwd_feedback_msg ACCESS DENIED
  52. #passwd_feedback_capslock ACCESS DENIED (CapsLock is on)
  53. passwd_feedback_msg DERP
  54. passwd_feedback_capslock DERP (CapsLock is on)
  55. input_color #525e20
  56. msg_color #525e20
  57. session_color #525e20
  58. username_color #525e20
  59. input_font Fira Sans:normal:size=12:dpi=96
  60. msg_font Fira Sans:medium:size=18:dpi=96
  61. session_font Fira Sans:medium:size=14:dpi=96
  62. username_font Fira Sans:medium:size=12:dpi=96