Advertisement
Guest User

settings

a guest
Feb 13th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. version = "infdev" -- The OS version
  2. windowColor = "W" -- Available: "R" "G" "B" "W" "Y"
  3. desktopHelp = false -- Toggles the help on desktop
  4. notifications = true -- Enables notifications on the top of the desktop (Like "Disk Drive", etc.)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. -- DO NOT EDIT LINES BELOW
  21. return version, windowColor, desktopHelp, notifications
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement