{"id":30102398,"url":"https://github.com/desyatkoff/hydock","last_synced_at":"2026-06-20T04:31:27.274Z","repository":{"id":307852674,"uuid":"1030433683","full_name":"desyatkoff/hydock","owner":"desyatkoff","description":"Hydock is a Rust + GTK dock that uses Hyprland IPC","archived":false,"fork":false,"pushed_at":"2025-08-17T16:12:37.000Z","size":245,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T18:11:47.470Z","etag":null,"topics":["dock","gtk","hydock","hypr","hyprland","ipc","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/desyatkoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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-08-01T16:22:32.000Z","updated_at":"2025-08-14T12:18:12.000Z","dependencies_parsed_at":"2025-08-02T17:08:28.202Z","dependency_job_id":"46f6fb08-c0ed-470b-95d4-d8dee48a6adf","html_url":"https://github.com/desyatkoff/hydock","commit_stats":null,"previous_names":["desyatkoff/hydock"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/desyatkoff/hydock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyatkoff%2Fhydock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyatkoff%2Fhydock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyatkoff%2Fhydock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyatkoff%2Fhydock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desyatkoff","download_url":"https://codeload.github.com/desyatkoff/hydock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desyatkoff%2Fhydock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34557551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["dock","gtk","hydock","hypr","hyprland","ipc","rust"],"created_at":"2025-08-09T20:01:21.443Z","updated_at":"2026-06-20T04:31:27.269Z","avatar_url":"https://github.com/desyatkoff.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hydock\n\n```\n _   _           _            _    \n| | | |_   _  __| | ___   ___| | __\n| |_| | | | |/ _` |/ _ \\ / __| |/ /\n|  _  | |_| | (_| | (_) | (__|   \u003c \n|_| |_|\\__, |\\__,_|\\___/ \\___|_|\\_\\\n       |___/                       \n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"/assets/preview.png\" /\u003e\u003c/p\u003e\n\n## Description\n\nHydock is a Rust + GTK dock that uses Hyprland IPC\n\n## Table of Contents\n\n1. [Hydock](#hydock)\n2. [Description](#description)\n3. [Table of Contents](#table-of-contents)\n4. [Features](#features)\n5. [Installation](#installation)\n6. [Customizing](#customizing)\n7. [Feedback](#feedback)\n8. [Contributing](#contributing)\n9. [License](#license)\n\n## Features\n\n* Configuration support (`~/.config/hydock/config.toml`)\n    + Shell command to execute when the app launcher is clicked\n    + Which icon to use for app launcher\n    + Hide dock when unfocused\n    + Enable random order of app icons\n    + Anchor of the dock panel\n    + List of application class names that should never appear in the dock\n    + Which icons to use for specified class names\n    + List of application class names that should always appear in the dock\n    + Add app launcher button on the right\n    + Add separator between apps and app launcher\n* Style support (`~/.config/hydock/style.css`)\n    + Global window style\n    + Dock style\n    + Application icon style\n    + Application launcher style\n    + Application dots box style\n    + Application dot style\n    + Separator style\n* Refreshes every second\n    + Configuration settings reload\n    + Style properties reload\n    + Open applications \u0026 application window dots update\n\n## Installation\n\nIt is recommended to install Hydock from AUR (Arch User Repository) if you are an Arch Linux user\n\nYou can use `yay` AUR helper:\n\n```Shell\nyay -S hydock\n```\n\nOr install manually:\n\n```\ngit clone https://aur.archlinux.org/hydock.git \u0026\u0026 cd hydock/ \u0026\u0026 makepkg -si\n```\n\nIf you use some other OS, choose your preferred installation method:\n\n* `git clone` the repository and launch installer script\n    ```Shell\n    git clone https://github.com/desyatkoff/hydock.git \u0026\u0026 cd hydock/ \u0026\u0026 bash ./install.sh\n    ```\n* `curl` the installer script\n    ```Shell\n    bash \u003c(curl -fsSL https://raw.githubusercontent.com/desyatkoff/hydock/main/install.sh)\n    ```\n\n## Customizing\n\nRefer to [CONFIGURATION.md](/docs/CONFIGURATION.md) and [STYLING.md](/docs/STYLING.md)\n\n## Feedback\n\nFound a bug? [Open an issue](https://github.com/desyatkoff/hydock/issues/new)\n\nWant to request a feature? [Start a discussion](https://github.com/desyatkoff/hydock/discussions/new?category=ideas)\n\n## Contributing\n\nRefer to [CONTRIBUTING.md](/docs/CONTRIBUTING.md)\n\n## License\n\nCopyright (C) Sergey Desyatkov\n\nHydock is licensed under the GNU General Public License v3.0 or later. See the [LICENSE](/LICENSE) file for more details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesyatkoff%2Fhydock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesyatkoff%2Fhydock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesyatkoff%2Fhydock/lists"}