local M = require('module'):new() function M:boot() opacity = self.config.opacity if (opacity == nil) then opacity = 90 end require('shade').setup({ overlay_opacity = opacity }) end return M