{"id":13438613,"url":"https://github.com/win0err/gnome-runcat","last_synced_at":"2026-01-04T00:53:19.574Z","repository":{"id":43068364,"uuid":"257125150","full_name":"win0err/gnome-runcat","owner":"win0err","description":"😼 The cat tells you the CPU usage by running speed","archived":false,"fork":false,"pushed_at":"2024-11-11T20:13:03.000Z","size":988,"stargazers_count":416,"open_issues_count":15,"forks_count":29,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-11T20:32:49.854Z","etag":null,"topics":["cats","cpu-monitoring","gnome","gnome-shell","gnome-shell-extension","proc-stat"],"latest_commit_sha":null,"homepage":"https://extensions.gnome.org/extension/2986/runcat/","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/win0err.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}},"created_at":"2020-04-19T23:40:03.000Z","updated_at":"2024-11-08T14:01:47.000Z","dependencies_parsed_at":"2023-01-30T20:45:54.194Z","dependency_job_id":"e14d0a99-67ab-4c17-9eb0-a3242a631643","html_url":"https://github.com/win0err/gnome-runcat","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/win0err%2Fgnome-runcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/win0err%2Fgnome-runcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/win0err%2Fgnome-runcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/win0err%2Fgnome-runcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/win0err","download_url":"https://codeload.github.com/win0err/gnome-runcat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244565083,"owners_count":20473203,"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":["cats","cpu-monitoring","gnome","gnome-shell","gnome-shell-extension","proc-stat"],"created_at":"2024-07-31T03:01:06.861Z","updated_at":"2026-01-04T00:53:19.568Z","avatar_url":"https://github.com/win0err.png","language":"JavaScript","funding_links":[],"categories":["HarmonyOS","Extensions"],"sub_categories":["Windows Manager","Applets"],"readme":"\u003cimg height=\"165\" src=\"src/resources/se.kolesnikov.runcat.svg\" alt=\"RunCat for GNOME Shell Logo\" align=\"right\" /\u003e\n\n# RunCat for GNOME Shell\n\n**RunCat** provides a key-frame animation to the GNOME Shell top bar. \\\nAnimation speed changes depending on CPU usage.\n\n\u003cbr /\u003e\n\n![RunCat for GNOME Shell](assets/runcat-header.gif)\n\n## Installation\n\nThis is the recommended method for installation, as it doesn't require the build dependencies for installation. You can install this extension by visiting [the GNOME Shell Extensions page](https://extensions.gnome.org/extension/2986/runcat/) for this extension.\n\n[\u003cimg src=\"assets/get-it-on-ego.png\" height=\"100\"\u003e](https://extensions.gnome.org/extension/2986/runcat/)\n\n### Manual installation\n\n#### From source code\nIf you want to install the extension from sources, clone [the RunCat repository](https://github.com/win0err/gnome-runcat), navigate to the cloned directory and run, you need `npm` installed:\n```bash\n$ npm i # one time only\n$ make install\n```\n\n#### Release ZIP-archive\nIf you want to install the extension from release zip-archive,\ndownload `runcat@kolesnikov.se.shell-extension.zip` from [the releases section](https://github.com/win0err/gnome-runcat/releases) and run:\n```bash\n$ gnome-extensions install path/to/runcat@kolesnikov.se.shell-extension.zip --force\n```\n\n#### After installation:\n1. Restart the GNOME Shell:\n    - \u003ckbd\u003eALT\u003c/kbd\u003e+\u003ckbd\u003eF2\u003c/kbd\u003e to open the command prompt, and enter \u003ckbd\u003er\u003c/kbd\u003e to restart the GNOME Shell (available on Xorg only);\n    - or Log Out, then Log In, if GNOME Shell won't restart;\n2. Enable the extension:\n    - Open GNOME Extensions → RunCat → On;\n    - or Run in terminal: `gnome-extensions enable runcat@kolesnikov.se`.\n\n\n### Manage RunCat preferences\n- Right-click on the extension button on the top bar → Settings;\n- or Open GNOME Extensions → RunCat → ⚙️;\n- or Open [RunCat on GNOME Extensions portal](https://extensions.gnome.org/extension/2986/runcat/) → ⚙️;\n- or Manage directly in `dconf`: `dconf list /org/gnome/shell/extensions/runcat/`.\n\n## Translations\n\n### Working with existing translations\n\n`make translations` command extracts translatable strings and updates existing translations.\nMake sure that you've run this command before pushing changes.\n\n- `make po/messages.pot` command extracts translatable strings;\n- `make po/*.po` command updates existing translations.\n\n### Starting new translation\n\nTo create a new translation file, use the following command: \\\n`msginit -i po/messages.pot -l \u003clocale\u003e --no-translator -o po/\u003clocale\u003e.po`.\n\n#### Examples\n**Spanish** locale: `msginit -i po/messages.pot -l es --no-translator -o po/es.po`. \\\n**Spanish (Argentina)** locale: `msginit -i po/messages.pot -l es_AR --no-translator -o po/es_AR.po`.\n\n### Useful commands for developers\n\nYou need to install project JS dependencies first: `npm i`\n\n- `npm run test` — run all available tests;\n- `npm run test:typecheck` — check types;\n- `npm run test:lint` — lint project files.\n\n## macOS version\nThanks to [Takuto Nakamura](https://github.com/Kyome22/menubar_runcat) for [the macOS version](https://kyome.io/runcat/index.html) and cat images.\n\n---\n_Developed by [Sergei Kolesnikov](https://github.com/win0err)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwin0err%2Fgnome-runcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwin0err%2Fgnome-runcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwin0err%2Fgnome-runcat/lists"}