Skip to content

a31labs/gnome-named-workspaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Named Workspaces

A GNOME Shell extension that displays the current workspace name in the top panel with inline editing and per-workspace styling.

Features

  • Shows the current workspace name in the panel
  • Double-click to rename a workspace inline
  • Single-click to open a menu with:
    • Workspace name editing
    • Background and text color customization
    • Bold toggle
    • Per-workspace or global style scoping
    • Style reset

Supported GNOME Versions

45, 46, 47, 48, 49

Installation

via Extensions Manager, or from source.

From source

# Clone and link to GNOME Shell extensions directory
git clone https://github.com/a31labs/gnome-named-workspaces.git
ln -s "$(pwd)/gnome-named-workspaces" ~/.local/share/gnome-shell/extensions/named-workspaces@a31.at

# Compile the schema
glib-compile-schemas schemas/

# Restart GNOME Shell (X11: Alt+F2 → r → Enter, Wayland: log out and back in)
# Then enable the extension
gnome-extensions enable named-workspaces@a31.at

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Publish

glib-compile-schemas schemas/
zip -r named-workspaces@a31.at.zip \
    metadata.json extension.js prefs.js stylesheet.css LICENSE \
    schemas/org.gnome.shell.extensions.named-workspaces.gschema.xml

About

A GNOME Shell extension that displays the current workspace name in the top panel with inline editing and per-workspace styling.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors