al-skel/awesome-home/.config/awesome/icons/icons.lua

13 lines
321 B
Lua
Raw Normal View History

2019-08-25 12:48:40 -05:00
local gears = require("gears")
-- Variables that hold paths to various icons
local icons = {}
-- Set icon path prefix
local i = gears.filesystem.get_configuration_dir() .. "icons/"
icons.archlabs = i .. "archlabs.png"
icons.web_browser = i .. "web_browser.svg"
icons.camera = i .. "camera.svg"
return icons
--  