Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 784 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 784 Bytes

A Gnome-Shell Extension Template

Install nodejs for npx:

npx degit github.com/jmmaranan/gnome-shell-ext-template my-extension

# Replace all `replaceme` before developing

# build it for local development, will install on $HOME/.local/share.
# Ctrl + C to stop journal log
cd my-extension
./build.sh

# Remove extension
make uninstall

# See Makefile for command options

Gnome-Shell Extensions Notes