Created
January 21, 2025 07:44
-
-
Save isDipesh/7e9bd3e5faa36b4e0a64457818a36a8d to your computer and use it in GitHub Desktop.
Tray Icons (App Indicators) extension for Gnome on Arch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -S meson jq | |
git clone https://github.com/ubuntu/gnome-shell-extension-appindicator.git | |
meson gnome-shell-extension-appindicator /tmp/g-s-appindicators-build | |
ninja -C /tmp/g-s-appindicators-build install | |
gnome-extensions enable [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment