milo: better monitor handling + assigning machines to items

This commit is contained in:
kepler155c
2018-11-17 21:27:45 -05:00
parent 939ec9516d
commit 2605410c6d
10 changed files with 262 additions and 225 deletions

View File

@@ -23,7 +23,7 @@ local gzipMagic = 0x1f8b
local Spinner = class()
function Spinner:init(args)
local defaults = {
timeout = .095,
timeout = .075,
c = os.clock(),
spinIndex = 0,
spinSymbols = { '-', '/', '|', '\\' }