Add theme: Single Workspace Selector

This commit is contained in:
miqo-te 2025-03-06 12:43:15 +00:00 committed by GitHub
parent cdccfde6b2
commit d33497835a
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#zen-current-workspace-indicator-container {
display: none !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View file

@ -0,0 +1,16 @@
# Singular Workspace Selector
A simple Zen Browser mod that removes the workspace selector displayed at the top of the tab list, creating a cleaner and more focused browsing experience.
## About
This mod gives you back the space at the top of your tab list by removing the workspace selector. With the extra room, your sidebar looks more minimal and uncluttered, helping you focus on what actually matters—viewing your tabs.
## Usage
Once installed, the workspace selector at the top of the tab list should be hidden automatically. To revert to the default view, remove the mod from the custom mods folder or disable it in Zen Browsers settings.
## License
This project is licensed under the MIT License, a fully open source license. Refer to the [LICENSE](LICENSE) file for more details.

View file

@ -0,0 +1,14 @@
{
"id": "54b41c4d-68fc-4502-aaa8-ab87848722ca",
"name": "Single Workspace Selector",
"description": "Hides the workspace selector at the top of the sidebar, keeping just the one at the bottom.",
"homepage": "https://codeberg.org/ky/zen-singular-workspace-selector/",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/54b41c4d-68fc-4502-aaa8-ab87848722ca/image.png",
"author": "miqo-te",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-06",
"updatedAt": "2025-03-06"
}