{"id":30260138,"url":"https://github.com/burnsedia/waywind","last_synced_at":"2026-04-16T04:02:53.225Z","repository":{"id":303971168,"uuid":"1017121736","full_name":"Burnsedia/waywind","owner":"Burnsedia","description":"A CLI tool that generates Waybar themes from your TailwindCSS and DaisyUI config. Perfect for Hyprland users who want a consistent, riced desktop.","archived":false,"fork":false,"pushed_at":"2026-03-31T22:44:19.000Z","size":21,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-01T01:28:16.303Z","etag":null,"topics":["arch","archlinux","archlinuxrice","aur","cli","hyprland","npm","rice","waybar"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Burnsedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-10T04:12:11.000Z","updated_at":"2026-03-31T22:44:23.000Z","dependencies_parsed_at":"2025-07-10T19:21:19.118Z","dependency_job_id":null,"html_url":"https://github.com/Burnsedia/waywind","commit_stats":null,"previous_names":["burnsedia/waywind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Burnsedia/waywind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnsedia%2Fwaywind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnsedia%2Fwaywind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnsedia%2Fwaywind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnsedia%2Fwaywind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Burnsedia","download_url":"https://codeload.github.com/Burnsedia/waywind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Burnsedia%2Fwaywind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arch","archlinux","archlinuxrice","aur","cli","hyprland","npm","rice","waybar"],"created_at":"2025-08-15T19:01:03.527Z","updated_at":"2026-04-16T04:02:53.215Z","avatar_url":"https://github.com/Burnsedia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🌬️ waywind\n\n**waywind** is a CLI tool that generates a [Waybar](https://github.com/Alexays/Waybar) CSS theme from your TailwindCSS (and DaisyUI) config.  \nBuilt for Arch Linux, Hyprland, and rice-loving frontend devs who want their bar to match their code.\n\n---\n\n## ✨ Features\n\n- 🎨 Converts TailwindCSS or DaisyUI color themes to Waybar-compatible CSS\n- ⚡ Instant generation with one command\n- 🔁 Optional auto-reload of Waybar after theme generation\n- 🧠 Designed for theming-focused devs using Hyprland + Tailwind\n\n---\n\n## 🚀 Installation\n\n### Using npm:\n\n```bash\nnpm install -g waywind\n```\n\n---\n\n## 🧪 Usage\n\n```bash\nwaywind --config tailwind.config.js --output ~/.config/waybar/style.css --reload\n```\n\n### Options\n\n| Option              | Description                                      |\n|---------------------|--------------------------------------------------|\n| `-c`, `--config`     | Path to your `tailwind.config.js`               |\n| `-o`, `--output`     | Output CSS file path (default: `~/.config/waybar/style.css`) |\n| `-r`, `--reload`     | Reload Waybar after generating theme            |\n\n---\n\n## 📦 Example\n\n```bash\nwaywind --config ./themes/synthwave.config.js --reload\n```\n\nWill generate a Waybar CSS theme matching your Synthwave Tailwind/DaisyUI colors and reload Waybar automatically.\n\n---\n\n## 💻 Example Output\n\n```css\nwindow#waybar {\n  background-color: #0f172a; /* base-100 */\n  color: #f1f5f9;           /* base-content */\n}\n\n#workspaces button.active {\n  background-color: #2563eb; /* primary */\n}\n```\n\n---\n\n## 🔧 Requirements\n\n- Node.js ≥ 18\n- A valid `tailwind.config.js` file with `theme.colors` (or DaisyUI enabled)\n- Waybar (recommended with Hyprland)\n\n---\n\n## 🐧 For Arch \u0026 Hyprland Users\n\n`waywind` is designed with:\n- 💻 Hyprland + Waybar\n- 🧙 r/unixporn dotfiles users\n- 🌈 frontend devs who use TailwindCSS or DaisyUI\n\n---\n\n## 📜 License\n\n[GLP](./LICENSE.md)\n\n---\n\n\u003e Made with ❤️ for ricing your system by [@Burnsedia](https://github.com/Burnsedia)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnsedia%2Fwaywind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburnsedia%2Fwaywind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburnsedia%2Fwaywind/lists"}