Advertisement
Guest User

settings.txt

a guest
Jul 1st, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. // do not edit the settingsVersion property!
  2. settingsVersion=89
  3.  
  4. // when you are ready go back to t-ui and type restart to see changes
  5.  
  6. // skin
  7. deviceColor=#ff00ffff
  8. inputColor=#ff00ffff
  9. outputColor=#ff00ffff
  10. backgroundColor=#ffffff00
  11. useSystemFont=false
  12. fontSize=16
  13. ramColor=#ffff0080
  14. inputFieldBottom=true
  15. username=user
  16. showUsername=true
  17. showSubmit=true
  18. deviceName=null
  19. showRam=false
  20. showDevice=false
  21. showToolbar=false
  22. showSessionInfoWhenInputEmpty=true
  23. linuxAppearance=true
  24. showPathInSessionInfo=true
  25. showDeviceNameInSessionInfo=true
  26.  
  27. // suggestions
  28. suggestionTextColor=#ff000000
  29. transparentSuggestions=false
  30. multicolorSuggestions=true
  31. executeOnSuggestionClick=true
  32. aliasSuggestionBg=#ff00ffff
  33. appSuggestionBg=#ff00ffff
  34. commandSuggestionsBg=#ffff0080
  35. songSuggestionBg=#ffff0080
  36. contactSuggestionBg=#ff0000ff
  37. fileSuggestionBg=#ff03A9F4
  38. defaultSuggestionBg=#ffFFFFFF
  39.  
  40. // rates (change values if you want to show less or more result in suggestions)
  41. minAppsRate=5
  42. minFilesRate=5
  43. minSongsRate=4
  44. minContactsRate=4
  45. minCommandsRate=4
  46.  
  47. // pre-load
  48. useSystemWallpaper=true
  49. fullscreen=true
  50. keepAliveWithNotification=false
  51. openKeyboardOnStart=true
  52.  
  53. // music
  54. fromMediastore=true
  55. playRandom=true
  56. songsFolder=/sdcard/Music
  57.  
  58. // others
  59. closeOnDbTap=true
  60. doubleTapSU=true
  61. showSuggestions=true
  62. enableEnterInPhysicalKeyboard=false
  63. compareStringForApps=false
  64. showDonationMessage=false
  65. showAliasValue=true
  66.  
  67. // commands
  68. defaultSearch=-g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement