{"id":29541311,"url":"https://github.com/d7omdev/d7shell","last_synced_at":"2025-07-17T09:09:24.160Z","repository":{"id":301734820,"uuid":"1009905244","full_name":"d7omdev/d7shell","owner":"d7omdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-28T13:52:34.000Z","size":629,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T14:29:52.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d7omdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-06-27T23:45:04.000Z","updated_at":"2025-06-28T13:52:37.000Z","dependencies_parsed_at":"2025-06-28T14:30:56.684Z","dependency_job_id":null,"html_url":"https://github.com/d7omdev/d7shell","commit_stats":null,"previous_names":["d7omdev/d7shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d7omdev/d7shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fd7shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fd7shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fd7shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fd7shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d7omdev","download_url":"https://codeload.github.com/d7omdev/d7shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d7omdev%2Fd7shell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265587732,"owners_count":23793187,"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":[],"created_at":"2025-07-17T09:09:21.383Z","updated_at":"2025-07-17T09:09:24.154Z","avatar_url":"https://github.com/d7omdev.png","language":"TypeScript","readme":"# d7shell\n\nA modern desktop shell built with [Astal](https://aylur.github.io/astal/) and GTK4 for Wayland compositors.\n\n**Status**: Work in Progress\n\n![d7shell](./images/doc.png)\n\n## Features\n\n- **Bar**: Customizable top/bottom bar\n- **Dashboard**: System overview with notifications\n- **App Launcher**: Searchable application launcher\n- **Quick Settings**: Media controls and system toggles\n- **System Monitoring**: CPU, GPU, RAM usage\n- **Weather**: Current weather information\n\n## Installation\n\n```bash\n# Clone and install\ngit clone https://github.com/d7omdev/d7shell.git\ncd d7shell\nbun install\n\n# Run\nbun run run\n```\n\n## Configuration\n\nEdit `option.ts` to customize:\n\n```typescript\nconst options = {\n  bar: {\n    position: \"top\", // or \"bottom\"\n    start: [\"launcher\", \"workspaces\"],\n    center: [\"time\"],\n    end: [\"network_speed\", \"tray\", \"powermenu\"],\n  },\n  theme: {\n    mode: \"dark\", // or \"light\"\n  },\n};\n```\n\n## Development\n\n```bash\n# Install dependencies\nbun install\n\n# Run in development\nbun run dev\n\n# Format code\nbun run format\n```\n\n## Project Structure\n\n```\nd7shell/\n├── app.ts              # Main entry point\n├── option.ts           # Configuration\n├── lib/                # Core utilities\n├── widget/             # UI components\n├── style/              # CSS styling\n└── icons/              # Icons\n```\n\n## Requirements\n\n- Linux with Wayland support\n- [Astal](https://aylur.github.io/astal/)\n- GTK4\n- Bun\n- Hyprland\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Submit a pull request\n\n## [License](LICENSE)\n\n\u003csub\u003eHighly 'inspired' ;) by [@acdcbyl's Dots](https://github.com/acdcbyl/Dotfiles-arch) - huge thanks!\u003c/sub\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd7omdev%2Fd7shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd7omdev%2Fd7shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd7omdev%2Fd7shell/lists"}