Spaces Renamer Save

💻 Ability to rename desktop spaces on macOS 10.10+ (NOT CURRENTLY WORKING ON 14.4)

Project README

Spaces Renamer

[!CAUTION] Currently broken on MacOS Sonoma 14.4.

Spaces Renamer is a combination of an application and SIMBL plugin to allow you to rename your spaces.


The compressed view after pressing F3


The expanded view after hovering


The interface for renaming the spaces

Spaces Renamer supports multiple monitors, and highlights the current space in each monitor with an outline. Here it is in a video if you want to see it in action.

The Problem

I want to be able to rename my spaces. While TotalSpaces has this functionality, it's not free, and it has a bunch of other features that I'm not really interested in.

The Solution

This is a SIMBL plugin and an application. The SIMBL plugin handles renaming spaces from a saved plist. The application adds an icon to the status bar that allows you to rename the spaces and update the plist.

Installation:

[!WARNING]
This will not work for M1/M2/Apple Silicon Macs. Please scroll down to separate install instructions.

  1. Download MacForge, the newest incarnation of mySIMBL.
  2. Make sure that it's installed, including disabling SIP (use the command csrutil disable in Recovery mode by following this tutorial). There are additional commands for macOS Catalina, with details under the 'System' tab of MacForge. After it's installed you can partially re-enable SIP using csrutil enable --without debug --without fs. If you fully enable SIP, Spaces Renamer won't work.
  3. Download Spaces Renamer.
  4. Unzip the downloaded .zip file.
  5. Open spaces-renamer.bundle with MacForge.app, or simply drag and drop it in to install it.
  6. Run killall -9 Dock in Terminal to restart the Dock application.
  7. Run the application 'SpacesRenamer'. Accept the option to move it to /Applications. It should be automatically added to your Login Items, but you can check to confirm by going to "System Preferences" > "Users & Groups" > "Login Items" and adding it manually if necessary.
  8. Open the 'Spaces Renamer' icon in the top bar and click 'Update Names' (doesn't matter what's in there). Otherwise the top bar may not appear!

Installation (M1/M2/Apple Silicon)

[!NOTE]
While this has been stable for months, it relies on a beta version of MacForge, so there may be compatibility issues with other plugins.

  1. Fully uninstall any current versions of MacForge. This means making sure that MacForgeHelper is quit, the application is deleted, and the Trash is emptied.
  2. Run some commands to clean up some of the lingering folders. ❗️THIS WILL DELETE ANY INSTALLED PLUGINS❗️.
sudo launchctl unload /Library/LaunchDaemons/com.macenhance.MacForge.Injector.plist
sudo rm -rf "/Library/Application Support/MacEnhance"
sudo rm /Library/LaunchDaemons/com.macenhance.MacForge.Injector.plist
sudo rm /Library/PrivilegedHelperTools/com.macenhance.MacForge.Injector
  1. Download this zip file (spaces-renamer.zip). It contains the SpacesRenamer app, spaces-renamer.bundle (1.10.4), and MacForge (a very unofficial 1.2.0 Beta 2).
  2. Open SpacesRenamer. Accept the option to move it to /Applications. It should be automatically added to your Login Items, but you can check to confirm by going to "System Preferences" > "Users & Groups" > "Login Items" and adding it manually if necessary.
  3. Open MacForge, which will copy itself to /Applications. Go through all the install instructions and permssions around csrutil by disabling SIP (use the command csrutil disable in Recovery mode by following this tutorial). There are additional commands for macOS Catalina, with details under the 'System' tab of MacForge. After it's installed you can partially re-enable SIP using csrutil enable --without debug --without fs --without nvram --without kext (thanks to @serkanozkul here). If you fully enable SIP, Spaces Renamer won't work.
  4. Copy the spaces-renamer.bundle version to /Library/Application Support/MacEnhance/Plugins and run killall -9 Dock.
  5. Open the 'Spaces Renamer' icon in the top bar and click 'Update Names' (doesn't matter what's in there). Otherwise the top bar may not appear!

Uninstall

You can trivially uninstall SpacesRenamer by using MacForge to delete the plugin and dragging the app to the Trash. If you want to fully remove MacForge and SpacesRenamer you can do the following:

  1. Fully uninstall MacForge. Quit MacForgeHelper in 'Activity Monitor', and delete the application.
  2. Delete the SpacesRenamer app by dragging it to the Trash.
  3. Empty the Trash.
  4. Run the following commands. This will delete all installed plugins.
sudo launchctl unload /Library/LaunchDaemons/com.macenhance.MacForge.Injector.plist
sudo rm -rf "/Library/Application Support/MacEnhance"
sudo rm /Library/LaunchDaemons/com.macenhance.MacForge.Injector.plist
sudo rm /Library/PrivilegedHelperTools/com.macenhance.MacForge.Injector
sudo rm -rf ~/Library/Containers/com.alexbeals.spacesrenamer

Donations are always appreciated, but in no way expected.

Open Source Agenda is not affiliated with "Spaces Renamer" Project. README Source: dado3212/spaces-renamer
Stars
977
Open Issues
7
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating