djcev.com

//

Git Repos / dotfiles / config / conky / imagepath.lua

Last update to this file was on 2021-12-13 at 10:18.

Show imagepath.lua

function conky_imagepath(snum)
local user = os.getenv("USER");
local image = "/tmp/back_"..user.."/"..snum..".png"
local r = "${image "..image.." -p 996,0 -f 60}";
return r;
end

Return to the top of this page or return to the overview of this repo.

Log imagepath.lua

Date Commit Message Author + -
2021-12-13 Expanded redshift background.sh, misc. changes cev +6  

Return to the top of this page or return to the overview of this repo.