i3-glance is a lightweight daemon for the i3 window manager that automatically renames workspaces based on the applications running in each workspace.
Example screenshot with fontawesome icons:
Using go install:
go install github.com/ls4154/i3-glance@latestOr build manually:
git clone https://github.com/ls4154/i3-glance.git
cd i3-glance
go build ../i3-glance --config config.json &Or add to your i3 config for automatic startup:
exec --no-startup-id i3-glance --config ~/path/to/config.jsonSee the included example json config files for how to set up application icons and workspace names.
