Add theme: Hide Workspace Indicator

This commit is contained in:
seagram 2025-05-20 19:19:10 +00:00 committed by GitHub
parent fa0057188b
commit 743177a092
4 changed files with 21 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View file

@ -0,0 +1,3 @@
# Hide Workspace Indicator
This mod removes the workspace indicator in the Zen toolbar.

View file

@ -0,0 +1,14 @@
{
"id": "349ccbdc-e6c1-4e52-9a16-a91fa237840c",
"name": "Hide Workspace Indicator",
"description": "This mod removes the workspace indicator in the Zen toolbar.",
"homepage": "https://github.com/seagram/hide-workspace-indicator",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/349ccbdc-e6c1-4e52-9a16-a91fa237840c/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/349ccbdc-e6c1-4e52-9a16-a91fa237840c/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/349ccbdc-e6c1-4e52-9a16-a91fa237840c/image.png",
"author": "seagram",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-20",
"updatedAt": "2025-05-20"
}