Skip to content

Latest commit

 

History

History

HelloGnomeExtension

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hello Gnome Extension

A simple 'Hello World' extension for Gnome. Made in seconds with help from artificial intelligence: ChatGPT.

Installation

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];