/show-me-the-text

A GNOME extension to show the desired text on the right-hand side of the top bar🌊

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Show Me The Text

Just Perfection on extensions.gnome.org

Show Me The Text GNOME Shell Extension

A GNOME extension to show the desired text on the right-hand side of the top bar.

Install

GNOME Extensions Website

This extension is available on GNOME Extensions Website .

Manually

You can download this repo and install it manually with the build script:

./scripts/build.sh -i

You need gettext package installed on your system

Fedora

dnf install gettext

Ubuntu

apt install gettext

To change the text:

  1. Open the Extensions application
  2. Find the Show Me The Text extension
  3. Open the Settings option

preference menu

Testing

Running a Nested GNOME Shell - https://gjs.guide/extensions/development/debugging.html#reloading-extensions

The most convenient way to test incremental changes, especially for Wayland users, is by running a nested instance of GNOME Shell. Running the following command from a terminal will start a new gnome-shell process, with its own D-Bus session:
dbus-run-session -- gnome-shell --nested --wayland

Now, you can checkout the extension installed or enable it from Extension Manager.