dotfiles/awesome/themes/spacestation/vars.lua

5 lines
92 B
Lua
Raw Normal View History

2023-06-27 00:52:06 +00:00
local _M = {
wallpaper = "/usr/share/backgrounds/custom/space_station.jpg"
}
return _M