Skip to content

Instantly share code, notes, and snippets.

@Nymphium
Created January 25, 2015 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nymphium/49ae56fdf017878f749a to your computer and use it in GitHub Desktop.
Save Nymphium/49ae56fdf017878f749a to your computer and use it in GitHub Desktop.
set each wallpaper to each display at awesome
local wp = {
"wallpaper1.png",
"wallpaper2.png"
}
for i = 1, #wp do
gears.wallpaper.fit(os.getenv("HOME") .. "/.config/awesome/" .. wp[i], i)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment