A GNOME extension to show the desired text on the right-hand side of the top bar.
This extension is available on GNOME Extensions Website .
You can download this repo and install it manually with the build script:
./scripts/build.sh -iYou need gettext package installed on your system
Fedora
dnf install gettextUbuntu
apt install gettext- Open the
Extensionsapplication - Find the
Show Me The Textextension - Open the
Settingsoption
Running a Nested GNOME Shell - https://gjs.guide/extensions/development/debugging.html#reloading-extensions
Details
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 --waylandNow, you can checkout the extension installed or enable it from Extension Manager.

