1-- Theme handling library 2local beautiful = require('beautiful') 3-- Standard awesome library 4local gears = require('gears') 5 6-- Themes define colors, icons, font and wallpapers. 7beautiful.init(gears.filesystem.get_configuration_dir() .. 'theme/theme.lua')