{"id":15059382,"url":"https://github.com/vjousse/pomodorolm","last_synced_at":"2025-04-07T11:04:02.885Z","repository":{"id":229035948,"uuid":"775591798","full_name":"vjousse/pomodorolm","owner":"vjousse","description":"A simple, good looking and multi-platform pomodoro tracker","archived":false,"fork":false,"pushed_at":"2025-03-14T14:43:20.000Z","size":3694,"stargazers_count":87,"open_issues_count":36,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T10:05:33.873Z","etag":null,"topics":["elm","pomodoro","rust","tauri"],"latest_commit_sha":null,"homepage":"","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vjousse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-03-21T17:10:54.000Z","updated_at":"2025-03-29T17:38:08.000Z","dependencies_parsed_at":"2024-04-17T07:35:17.330Z","dependency_job_id":"b4c1101f-6b51-4b17-b467-d327e436bc1b","html_url":"https://github.com/vjousse/pomodorolm","commit_stats":{"total_commits":167,"total_committers":3,"mean_commits":"55.666666666666664","dds":0.0119760479041916,"last_synced_commit":"45d3d25605da48030cfb424e285e2b486a3c7751"},"previous_names":["vjousse/pomodorolm"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjousse%2Fpomodorolm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjousse%2Fpomodorolm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjousse%2Fpomodorolm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjousse%2Fpomodorolm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vjousse","download_url":"https://codeload.github.com/vjousse/pomodorolm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640461,"owners_count":20971557,"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":["elm","pomodoro","rust","tauri"],"created_at":"2024-09-24T22:42:27.665Z","updated_at":"2025-04-07T11:04:02.861Z","avatar_url":"https://github.com/vjousse.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- logo --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"src-tauri/icons/128x128.png\"\u003e\n\u003c/p\u003e\n\n\u003c!-- tag line --\u003e\n\u003ch2 align='center'\u003ePomodorolm\u003cbr /\u003esimple yet powerful time tracker\u003c/h3\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n---\n\n![Screenshot of the app](screenshot.png?)\n\n# 🌟 Features\n\n- [x] **Customize round numbers, focus and break times**\n- [x] **Auto-start round** (optional)\n- [x] **Desktop notifications** (optional)\n- [x] **Built-in [themes](#-themes)**\n- [x] **Custom [themes](#-themes)**\n- [x] **Color gradient** depending on the remaining time\n- [x] **Tray icon** with color gradient\n- [x] **Minimize to tray** (optional)\n- [x] **Tick and end sounds** (optional)\n- [x] **Multi-platform**: Linux, Mac, Windows\n- [x] **Resizable window** with automatic scaling\n- [x] **Always on top** (optional)\n- [x] Fully compatible with **HiDPI/4K screens**\n- [x] Linux: **Wayland** and **X11** support\n- [x] Small: size \u003c 4Mb (no electron, no node)\n- [x] Custom sounds\n- [ ] Mini mode\n- [ ] Terminal User Interface\n- [ ] Mobile version\n\n# 📘 Installation\n\n## Archlinux\n\n    yay -S pomodorolm-bin\n\n## Windows, Mac OS X, Debian, AppImage\n\nDownload the install file for your OS from the latest release on https://github.com/vjousse/pomodorolm/releases/\n\n## Flatpak\n\n\u003ca href=\"https://flathub.org/apps/org.jousse.vincent.Pomodorolm\"\u003e\n    \u003cimg width=\"240\" alt=\"Get it on Flathub\" src=\"https://flathub.org/api/badge?locale=en\"/\u003e\n\u003c/a\u003e\n\n    flatpak install flathub org.jousse.vincent.Pomodorolm\n    flatpak run org.jousse.vincent.Pomodorolm\n\n## Snap Store\n\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/pomodorolm)\n\n# 🎨 Themes\n\nPomodorolm provides many themes. It's also theme-able, allowing you to customize its appearance.\n\n![Screenshots of Pomotroid using various themes](./.github/images/pomotroid_themes-preview--914x219.png)\n\nVisit the [theme documentation](./docs/themes/themes.md) to view the full list of official themes and for instruction on creating your own.\n\n# 💻 Dev\n\nYou will need to [install rust](https://www.rust-lang.org/tools/install) first and [https://github.com/astral-sh/uv](uv) for the`pre-commit` hooks and the release script.\n\n## Install `pre-commit` hooks\n\n    uv sync\n    uv run pre-commit install\n\n## Install node dependencies\n\n    npm ci\n\n## Running the app\n\n    npm run tauri dev\n\n## Running only the webapp\n\n    npm run dev\n\n# 🔨 Build\n\nIf you're using Linux be sure to set the `NO_STRIP` env var to `true` (see https://github.com/tauri-apps/tauri/issues/8929 ) if the build is failing.\n\n    NO_STRIP=true npm run tauri build -- --target x86_64-unknown-linux-gnu\n\nIf the build is still failing try to understand why using:\n\n    NO_STRIP=true npm run tauri build -- --target x86_64-unknown-linux-gnu --verbose\n\nYou can also try to build using `docker-compose` (to maximize compatibility, normal build is failing on Archlinux for example):\n\n    docker-compose run --rm --build build-linux\n\nBuild files will be placed in the `target/` directory.\n\n# 💀 Troubleshooting\n\n## macOS\n\n### `pomodorolm` is damaged and can’t be opened\n\n\u003cp\u003e\n  \u003cimg style=\"width: 25%\" src=\"docs/macOS-damaged-error.png\"\u003e\n\u003c/p\u003e\n\nCheck the following issue: https://github.com/vjousse/pomodorolm/issues/149\n\nTLDR, in a terminal: `sudo xattr -cr /Applications/pomodorolm.app`.\n\n## Linux\n\n### `Failed to create GBM buffer of size…`\n\nIf you run into this error, it is likely because you're using nvidia drivers under Linux. They are several bug reports in Webkit, cf this issue for wails: https://github.com/wailsapp/wails/issues/2977#issuecomment-1791041741.\n\nYou can try to run `pomodorolm` using this command:\n\n    WEBKIT_DISABLE_DMABUF_RENDERER=1 pomodorolm\n\nThanks to [@Bad3r](https://github.com/Bad3r) for the [bug report](https://github.com/vjousse/pomodorolm/issues/62)!\n\n### `Error 71 (Protocol error) dispatching to Wayland display.`\n\nIf you are using the flatpak, you can resolve this issue by using this command:\n\n    flatpak override --user --env=WEBKIT_DISABLE_DMABUF_RENDERER=1 org.jousse.vincent.Pomodorolm\n\nThis will set the environment variable for the flatpak, and you should be able to launch the application as normal from there on.\n\n## Windows\n\n### App starts and then closes immediately or doesn't start at all\n\nCheck that your antivirus (Windows defender or whatever antivirus you are using) doesn't report the app as a trojan. Unfortunately, there is a known issue https://github.com/tauri-apps/tauri/issues/2486 on Tauri where a false positive is reported when executing apps generated with Tauri on Windows.\n\n# 💯 Credits\n\nThanks to https://github.com/Splode/pomotroid for the original design and ideas.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvjousse%2Fpomodorolm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvjousse%2Fpomodorolm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvjousse%2Fpomodorolm/lists"}