Skip to content

tuberry/extension-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extension-list

Simple GNOME Shell extension manager in the top panel.

Keep it simple. —— stupid
license


image

Installation

Manual

The latest and supported version should only work on the most current stable version of GNOME Shell.

git clone --recurse-submodules https://github.com/tuberry/extension-list.git && cd extension-list
meson setup build && meson install -C build
# meson setup build -Dtarget=system && meson install -C build # system-wide, default --prefix=/usr/local

For older versions (< 44), it's recommended to install via:

E.G.O

Get it on GNOME Extensions

Notes

  • The DOT ornament means the extension is enabled;
  • Click the menu item to enable/disable the extension, while hold Ctrl to invoke the button function;

Contributions

Any contribution is welcome.

Ideas

For any question or idea, feel free to open an issue or PR in the repo.

Translations

To update the po file from sources:

bash ./cli/update-po.sh [your_lang_code] # like zh_CN, default to $LANG

Developments

To install GJS TypeScript type definitions:

npm install @girs/gnome-shell --save-dev

Acknowledgements