I would like to know how to add text after the activities button on the top bar. I already know how to change the Activities button text with a shell extension, but I want to add text after it, that does nothing. With the Unite
shell extension, you can add text when the desktop is focused, and that helps a little, but I would like that to be shown all the time, and not just on the desktop. I am running Ubuntu 20.04 with GNOME 3.36.2.
you may achieve this by creating a
gnome-shell extension
Extension UUID:
[email protected]
Change this in below command (and further) if you wish to have other name.. Other wise just copy paste the below command and run.run
run
copy paste the below content in
extension.js
file and change "Your Text Here" at line no. 12, in the below content with whatever text you need.copy paste the below content in
metadata.json
file.Save the files & close..
If you are on Xorg session. you can refresh the gnome-shell with Alt+F2 r Enter method and then turn on the extension.
If you are on Wayland session. logout and login and then turn on the extension.