{"id":26057247,"url":"https://github.com/javacafe01/awesome-wallpaper","last_synced_at":"2025-03-30T07:18:58.905Z","repository":{"id":133679978,"uuid":"485941534","full_name":"javacafe01/awesome-wallpaper","owner":"javacafe01","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-27T23:56:21.000Z","size":7,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T10:19:51.739Z","etag":null,"topics":["awesomewm","awesomewm-desktop","awesomewm-widgets"],"latest_commit_sha":null,"homepage":"https://awesomewm.org/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javacafe01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-04-26T20:42:23.000Z","updated_at":"2023-09-18T23:11:32.000Z","dependencies_parsed_at":"2024-01-13T14:33:29.382Z","dependency_job_id":"f3e1287d-f97e-403e-b7a2-7e6ab81c6c4e","html_url":"https://github.com/javacafe01/awesome-wallpaper","commit_stats":null,"previous_names":["gokulswam/awesome-wallpaper","javacafe01/awesome-wallpaper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javacafe01%2Fawesome-wallpaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javacafe01%2Fawesome-wallpaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javacafe01%2Fawesome-wallpaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javacafe01%2Fawesome-wallpaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javacafe01","download_url":"https://codeload.github.com/javacafe01/awesome-wallpaper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246286074,"owners_count":20753007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesomewm","awesomewm-desktop","awesomewm-widgets"],"created_at":"2025-03-08T11:07:40.056Z","updated_at":"2025-03-30T07:18:58.885Z","avatar_url":"https://github.com/javacafe01.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n\u003cimg src=\"https://imgur.com/wpPf4wQ.gif\" /\u003e\n\n\u003c/div\u003e\n\n# awesome-wallpaper\n\nThis is a simple AwesomeWM themed wallpaper generator. The module generates wallpapers with the word *AwesomeWM* in a cool font.\n\n**Note:** This module requires the up-to-date version of AwesomeWM from the master branch.\n\n## Installation\n\nTo install, clone this repository into your AwesomeWM configuration folder. \n\nFor example:\n```bash\ngit clone https://github.com/JavaCafe01/awesome-wallpaper.git ~/.config/awesome/awesome-wallpaper\n```\n\nYou will also need [this font](https://awesomewm.org/recipes/awesomewm-font.ttf). Place it in `~/.local/share/fonts`.\n\n## Usage\n\n```lua\n-- Load the module\nlocal awesome_wallpaper = require(\"awesome-wallpaper\")\n\n-- Create the wallpaper instance and set your options\nlocal wallpaper = awesome_wallpaper {\n\n    -- These are all the options available and the default values\n    \n    -- The background color of the wallpaper\n    background_color = \"#10171e\",\n    -- The colors of the letters in order\n    letter_colors = {\n        \"#fca2aa\", \"#F8BD96\", \"#fbeab9\", \"#9ce5c0\", \"#c7e5d6\", \"#bac8ef\",\n        \"#d7c1ed\", \"#3b4b58\", \"#3b4b58\"\n    },\n    -- The font size\n    font_size = 50,\n    -- If the letters should be colored in or not\n    solid_letters = true,\n    -- Letter spacing\n    spacing = 15\n}\n\n-- Draw the wallpaper\nwallpaper:draw_wallpaper()\n```\n\n### Fun Snippets\n\nThis piece of code animates the wallpaper to increase and decrease in size like the header gif!\n\n```lua\nlocal wall = require(\"awesome-wallpaper\")\n\nlocal g = require('gears').timer {\n    timeout = 0.01,\n    call_now = false,\n    autostart = true\n}\n\nlocal size = 2\nlocal factor = 1\ng:connect_signal(\"timeout\", function()\n    if size \u003e= 30 or size \u003c= 1 then factor = factor * -1 end\n    wall = wall {font_size = size}\n    wall:draw_wallpaper()\n    size = size + (1 * factor)\nend)\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003ch3\u003eScreenshots\u003c/h3\u003e\u003c/summary\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://imgur.com/Ov7PAiu.png\" /\u003e\n\u003cimg src=\"https://imgur.com/w6UG5Rc.png\" /\u003e\n\u003cimg src=\"https://imgur.com/yzXTYJH.png\" /\u003e\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavacafe01%2Fawesome-wallpaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavacafe01%2Fawesome-wallpaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavacafe01%2Fawesome-wallpaper/lists"}