MichaelAquilina / improved-workspace-indicator

gnome-shell extension that provides a workspace indicator similar to i3/sway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improved Workspace Indicator

Get it on GNOME Extensions

GNOME Shell extension that provides a workspace indicator more similar to i3/sway.

Namely:

  • it shows all in use workspaces
  • it highlights the currently active workspace

Screenshot

Installing from source

Run make install

How to customize the look

Refer to the Custom CSS Guide if you want to customize the look of Improved Workspace Indicator.

Publishing a new version

  1. Compile the schema
glib-compile-schemas schemas
  1. Zip up the contents
rm *.zip && zip -r improved-workspace-indicator@michaelaquilina.github.io.zip . --exclude=README.md --exclude=.gitignore --exclude=screenshot.png --exclude=.git/\* --exclude=.circleci/\* --exclude=Makefile
  1. Upload a new version to https://extensions.gnome.org/upload/

About

gnome-shell extension that provides a workspace indicator similar to i3/sway


Languages

Language:JavaScript 95.1%Language:CSS 3.5%Language:Makefile 1.4%