Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guleri24/show-me-the-text
A GNOME extension to show the desired text on the right-hand side of the top barπ
https://github.com/guleri24/show-me-the-text
gnome-shell-extension javascript shell-script
Last synced: about 1 month ago
JSON representation
A GNOME extension to show the desired text on the right-hand side of the top barπ
- Host: GitHub
- URL: https://github.com/guleri24/show-me-the-text
- Owner: Guleri24
- License: gpl-3.0
- Created: 2022-11-27T17:23:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T18:36:38.000Z (9 months ago)
- Last Synced: 2024-04-07T18:24:39.042Z (9 months ago)
- Topics: gnome-shell-extension, javascript, shell-script
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/5556/show-me-the-text/
- Size: 2.29 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Show Me The Text
[![Just Perfection on extensions.gnome.org](resources/ego.svg)](https://extensions.gnome.org/extension/5556/show-me-the-text/)![Show Me The Text GNOME Shell Extension](resources/demo.png)
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](https://extensions.gnome.org/extension/5556/show-me-the-text/)
.### Manually
You can download this repo and install it manually with the build script:
```bash
./scripts/build.sh -i
```*You need gettext package installed on your system*
**Fedora**
```bash
dnf install gettext
```
**Ubuntu**```bash
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](resources/preference.png)
## Testing
Running a Nested GNOME Shell - https://gjs.guide/extensions/development/debugging.html#reloading-extensionsThe 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:
```bash
dbus-run-session -- gnome-shell --nested --wayland
```
Now, you can checkout the extension installed or enable it from Extension Manager.