slim.theme 895 B

12345678910111213141516171819202122232425262728293031
  1. # Text messages for startup, shutdown, reboot, etc.
  2. msg_color #eeeeee
  3. msg_font Mono:size=10:bold:dpi=96
  4. msg_x 50%
  5. msg_y 70%
  6. # valid values: stretch, tile
  7. background_style stretch
  8. background_color #000000
  9. # input box controls
  10. input_font Mono:size=10:bold:dpi=96
  11. input_fgcolor #000000
  12. # panel location
  13. input_panel_x 50%
  14. input_panel_y 50%
  15. input_name_x 75
  16. input_name_y 258
  17. # force single input box (gdm style)
  18. input_pass_x -1
  19. input_pass_y -1
  20. # Username/password request text
  21. username_font Mono:size=10:bold:dpi=96
  22. username_color #eeeeee
  23. username_x 66
  24. username_y 235
  25. password_x 66
  26. password_y 235
  27. username_msg Username:
  28. password_msg Password: