Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SorcierMaheP/gnome-ascii-emoji-buckets
ASCII Emoji extension for GNOME!
https://github.com/SorcierMaheP/gnome-ascii-emoji-buckets
Last synced: 3 months ago
JSON representation
ASCII Emoji extension for GNOME!
- Host: GitHub
- URL: https://github.com/SorcierMaheP/gnome-ascii-emoji-buckets
- Owner: SorcierMaheP
- License: gpl-3.0
- Fork: true (harshkhandeparkar/gnome-ascii-emoji-buckets)
- Created: 2020-08-09T11:47:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T15:10:54.000Z (about 4 years ago)
- Last Synced: 2024-07-14T12:37:24.586Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - SorcierMaheP/gnome-ascii-emoji-buckets - ASCII Emoji extension for GNOME! (others)
README
# ASCII Emoji Buckts
Emoji Buckets is a shell extension for the [GNOME](https://www.gnome.org/) desktop.## About
This is a fork of the GNOME shell extensions [emoji-buckets](https://github.com/harlemsquirrel/gnome-emoji-buckets) with ASCII emojis (¯\\\_(ツ)_/¯) instead of normal ones :shrug:## Installation
### Install manually
These are UTF-8 symbols so it should work on almost every system without any extra fonts, yay!#### Option 1
Install it from the official gnome extensions website, [here](https://extensions.gnome.org/extension/3408/ascii-emoji-buckets/).#### Option 2
You can download [this](ascii-emoji-installer.sh) script and run it locally to install the latest version.#### Option 3
You can install this extension by downloading a released version and extracting the files into the following directory.
```
~/.local/share/gnome-shell/extensions/ascii_emoji_buckets@HarshKhandeparkar
```Log out or restart the GNOME shell to make it available in GNOME Tweak. Note that on Wayland restarting the GNOME shell is not working as of 3.22.2.
## Troubleshooting
One of the best ways to troubleshoot is to watch the logs with `journalctl` and restart the extension. You can reload this extension with the handy [Gnome Shell Extension Reloader](https://extensions.gnome.org/extension/1137/gnome-shell-extension-reloader/) extension.
```
journalctl --since="`date '+%Y-%m-%d %H:%M'`" -f | grep ascii_emoji_buckets
```> Go support the original developer [harlemsquirrel](https://github.com/harlemsquirrel)