-- ██╗ ██╗ █████╗ ██╗ ██╗ ██████╗ █████╗ ██████╗ ███████╗██████╗ -- ██║ ██║██╔══██╗██║ ██║ ██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗ -- ██║ █╗ ██║███████║██║ ██║ ██████╔╝███████║██████╔╝█████╗ ██████╔╝ -- ██║███╗██║██╔══██║██║ ██║ ██╔═══╝ ██╔══██║██╔═══╝ ██╔══╝ ██╔══██╗ -- ╚███╔███╔╝██║ ██║███████╗███████╗██║ ██║ ██║██║ ███████╗██║ ██║ -- ╚══╝╚══╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ -- =================================================================== -- Imports -- =================================================================== local awful = require("awful") local gears = require("gears") local naughty = require("naughty") -- =================================================================== -- Initialization -- =================================================================== local wallpaper_dir = gears.filesystem.get_configuration_dir() .. "/wallpaper" local wallpaper = wallpaper_dir .. "/wallpaper.png" awful.spawn.with_shell("feh --no-fehbg --bg-fill " .. wallpaper)