nothingislost / obsidian-workspaces-plus

Quickly switch and manage Obsidian workspaces
GNU General Public License v3.0
198 stars 6 forks source link

How would I hide the status bar icon/part #68

Open ReaderGuy42 opened 2 years ago

ReaderGuy42 commented 2 years ago

Is there a way to hide the plugin part of the status bar, so I'd only access the plugin functions via the Ctrl+P?

Thanks!

nothingislost commented 2 years ago

For now, you can do this with a CSS snippet:

.status-bar-item.plugin-workspaces-plus { display: none }