{"id":28809752,"url":"https://github.com/crawraps/widgets-collection","last_synced_at":"2026-05-07T14:37:36.660Z","repository":{"id":298199863,"uuid":"999195892","full_name":"crawraps/widgets-collection","owner":"crawraps","description":"Collection of pretty desktop widgets","archived":false,"fork":false,"pushed_at":"2025-06-12T00:49:57.000Z","size":19,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T13:07:00.171Z","etag":null,"topics":["dotfiles","hyprland","hyprland-rice","linux","qt6","quickshell","rice","wayland"],"latest_commit_sha":null,"homepage":"","language":"QML","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/crawraps.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-09T22:19:12.000Z","updated_at":"2025-06-16T21:43:01.000Z","dependencies_parsed_at":"2025-06-09T23:29:17.281Z","dependency_job_id":"336379e6-d9d4-4a0c-8ea7-145872cf7fc3","html_url":"https://github.com/crawraps/widgets-collection","commit_stats":null,"previous_names":["crawraps/widgets-collection"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crawraps/widgets-collection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crawraps%2Fwidgets-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crawraps%2Fwidgets-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crawraps%2Fwidgets-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crawraps%2Fwidgets-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crawraps","download_url":"https://codeload.github.com/crawraps/widgets-collection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crawraps%2Fwidgets-collection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32741995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotfiles","hyprland","hyprland-rice","linux","qt6","quickshell","rice","wayland"],"created_at":"2025-06-18T13:03:34.673Z","updated_at":"2026-05-07T14:37:36.655Z","avatar_url":"https://github.com/crawraps.png","language":"QML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=center\u003eCrawraps' Widgets Collection\u003c/h1\u003e\n\n\u003cdiv align=center\u003e\n  \nA customizable collection of widgets built with the [quickshell](https://quickshell.outfoxxed.me/) environment.\n\n\u003c/div\u003e\n\nhttps://github.com/user-attachments/assets/8cd1d3f1-74a7-4dd4-baf0-7fa908daabce\n\n## Table of Contents\n\n- [Installation](#installation)\n  - [Manual Installation](#manual-installation)\n- [Usage](#usage)\n- [Configuration](#configuration)\n  - [Appearance Configuration](#appearance-configuration)\n  - [Widgets Configuration](#widgets-configuration)\n- [Widgets](#widgets)\n  - [Dock](#dock)\n- [Contributing](#contributing)\n- [Future Plans](#future-plans)\n\n## Installation\n\n### Manual Installation\n\n1. **Dependencies:**  \n   Install the core dependency - [quickshell](https://quickshell.outfoxxed.me/docs/guide/install-setup/)\n\n   \u003e Some widgets may require additional dependencies for extra features. Read the widget overview before using them.\n\n2. **Clone the Repository:**\n   ```sh\n   $ git clone https://github.com/crawraps/widgets-collection $HOME/.config/quickshell/cwc\n   ```\n\n   \u003e If $XDG_CONFIG_HOME is not defined, use $HOME/.config instead.\n\n## Usage\n\n1. Select the widgets you want to use by editing the `shell.qml` file. Example:\n```qml\n// shell.qml\n\n...\n\nShellRoot {\n  Dock {} // dock widget with the default configuration\n}\n```\n\n\u003e Each widget creates an instance for each monitor by default. You can configure this behavior—read the configuration section for details.\n\n2. Start the shell by typing `$ quickshell -c cwc` or `$ quickshell -dc cwc` to run as a daemon.\n3. **\\*Optional\\*** Add the command above to system startup. For example, in Hyprland, add `exec-once=quickshell -dc cwc` to your hyprland.conf.\n4. **\\*Optional\\*** Create an alias for better usability. For example, in zsh, add `alias -- cwc='quickshell -c cwc'` to your .zshrc.\n\n## Configuration\n\nYou can configure widgets and their appearance by modifying `.json` files. Every config file supports hot-reload.\n\n### Appearance Configuration\n\nGlobal appearance (colors, fonts, spacing, etc.) is managed via `appearance.json` in your config directory (e.g., `$HOME/.config/quickshell/cwc/appearance.json`):\n\n```json\n{\n  \"colors\": {\n    \"primary\": \"#007acc\",\n    \"background\": \"#20242b\"\n  },\n  \"font\": {\n    \"family\": { \"regular\": \"Fira Sans\" },\n    \"size\": { \"xm\": 10 }\n  },\n  \"spacing\": { \"small\": 8 },\n  \"rounding\": { \"small\": 4, \"medium\": 8 },\n  \"animation\": { \"duration\": { \"normal\": 200, \"sequential\": 50 } },\n  \"opacity\": 0.85\n}\n```\n\n### Widgets Configuration\n\nEach widget can have several widget-specific `.json` configuration files, each located in the `widgets/[widget-name]/configs/` directory.\n\nWhen selecting a widget to use, you can provide several common options:\n\n```qml\n// shell.qml\n\n...\n\n  Dock {\n    name: \"power-menu\"\n    screenIds: [0]\n    screens: [Quickshell.screens.reduce((acc, screen) =\u003e screen.x \u003e acc.x ? screen : acc, { x: -Infinity })]\n  }\n```\n\n- **name:** Name of a `.json` configuration file. Default value is `\"default\"`. In this example, it would be `widgets/dock/configs/power-menu.json`.\n- **screenIds:** List of screen IDs where the widget should be displayed. Default: every screen.\n- **screens:** List of screens where the widget should be displayed. When this option is present, the **screenIds** option will be ignored. Use this for more precise configuration: in the example above, the widget will be displayed on the rightmost screen.\n\n## Widgets\n\n### Dock\n\n\u003cdetails\u003e\n\u003csummary\u003eShowcase\u003c/summary\u003e\n  \nhttps://github.com/user-attachments/assets/9c57d09c-0931-4146-995b-eb85c1595df5\n\nhttps://github.com/user-attachments/assets/5544e0da-eee4-4849-af37-8fa03f177b61\n\u003c/details\u003e\n\nEach dock can be configured with a JSON file (e.g., `configs/applications.json`):\n\n```json\n{\n  \"position\": \"bottom\",\n  \"orientation\": \"horizontal\",\n  \"margins\": {\n    \"right\": 200\n  },\n  \"items\": [\n    \"Zen\",\n    \"Obsidian\",\n    \"Thunderbird\"\n  ],\n  \"iconSize\": 48,\n  \"alwaysVisible\": false,\n  \"showIconsBackground\": true,\n  \"showTooltips\": true,\n  \"falloff\": 3,\n  \"scaleFactor\": 0.3,\n  \"damp\": 1\n}\n```\n\n- **position:** `\"top\"`, `\"bottom\"`, `\"left\"`, `\"right\"` - where to position the dock\n- **orientation:** `\"horizontal\"` or `\"vertical\"` - how to orient the dock\n- **margins:** `{ \"bottom\": number, \"top\": number, \"right\": number, \"left\": number }` - spacing from screen edges. By default, the dock will be centered on the specified **position** edge\n- **items:** List of `.desktop` file app names to show; if not defined, all desktop applications will be listed\n- **iconSize:** Size of an icon in pixels \n- **alwaysVisible:** If false, the dock expands/collapses on hover\n- **showIconsBackground:** Whether to show background for icons\n- **showTooltips:** Whether to display tooltips\n- **falloff:** Number of items to be affected by hover animation\n- **scaleFactor:** Controls item's hover scaling animation strength\n- **damp:** Controls nearby items' hover scaling animation strength\n\n## Contributing\n\nIf you have new ideas, concepts or implementations, consider contributing to this collection.\n\nThere are no guidelines yet, so I would appreciate following the existing architecture with examples of existing widgets.\n\n## Future Plans\n\nHere's a list of widgets I want to create:\n\n- [x] dock\n- [ ] launcher\n- [ ] translator/dictionary\n- [ ] weather display\n- [ ] emoji picker\n- [ ] mpris\n- [ ] system info display\n- [ ] feature-rich calendar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrawraps%2Fwidgets-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrawraps%2Fwidgets-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrawraps%2Fwidgets-collection/lists"}