This simple extension adds your username and icon to your menu panel. It also allows you to launch an application or run a custom shell command.
-
horizontal/vertical layout
-
Launch an application/Run a shell command
-
Compatible with Gnome 40 and later
-
Download the zip and extract it, or clone the repository
-
Navigate to the folder
-
Get the UUID from
metadata.json
UUID=$(grep -E '^[ ]*"uuid":' ./metadata.json | \ sed 's@^[ ]*"uuid":[ ]*"\(.\+\)",[ ]*@\1@') echo $UUID
-
Remove any previous version and install the extension
rm -rfv $HOME/.local/share/gnome-shell/extensions/$UUID mkdir -v $HOME/.local/share/gnome-shell/extensions/$UUID cp -rv ./* $HOME/.local/share/gnome-shell/extensions/$UUID
-
Reload
gnome-shell
- Press ALT+F2, then enter r (not possible on Wayland)
- or run
killall gnome-shell
(not possible on Wayland) - or log out, and re-login
-
Enable the extension
-
✨ Implement custom sizes for user icon and name -
✨ Add Gtk3 compatibility
-
✨ Implement custom command
-
This project is a fork of db0x's extension.
-
Huge thanks to @djinnalexio for his amazing contribution! He single handedly revived this extension!