You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RunCat provides a key-frame animation to the GNOME Shell top bar.
Animation speed changes depending on CPU usage.
Installation
This 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 for this extension.
Manual installation
From source code
If you want to install the extension from sources, clone the RunCat repository, navigate to the cloned directory and run, you need npm installed:
$ npm i # one time only
$ make install
Release ZIP-archive
If you want to install the extension from release zip-archive,
download runcat@kolesnikov.se.shell-extension.zip from the releases section and run:
or Manage directly in dconf: dconf list /org/gnome/shell/extensions/runcat/.
Translations
Working with existing translations
make translations command extracts translatable strings and updates existing translations.
Make sure that you've run this command before pushing changes.
make po/messages.pot command extracts translatable strings;
make po/*.po command updates existing translations.
Starting new translation
To create a new translation file, use the following command: msginit -i po/messages.pot -l <locale> --no-translator -o po/<locale>.po.