A simple 'Hello World' extension for Gnome. Made in seconds with help from artificial intelligence: ChatGPT.
Clone this repository to any location in your filesystem (e.g. ~/Projects), copy the files to extensions folder, restart gnome-shell and enable the extension.
cd ~/Projects && git clone --depth 1 [email protected]:jukkapajarinen/hello-gnome-extension.git;
cp -R ./hello-gnome-extension ~/.local/share/gnome-shell/extensions/[email protected];
killall -SIGQUIT gnome-shell;
gnome-extensions enable [email protected];