Add theme: Hide workspace icon

This commit is contained in:
Rafi993 2025-05-19 03:10:02 +00:00 committed by GitHub
parent 72dcd86bf2
commit 2267252ef3
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,6 @@
@media not -moz-pref("zen.workspaces.show-workspace-indicator") {
#zen-current-workspace-indicator-container {
display: none !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

View file

@ -0,0 +1,2 @@
Simple zen mod to hide workspace logo at the top

View file

@ -0,0 +1,14 @@
{
"id": "bb146d39-8106-4c32-8fac-2c36fd39518d",
"name": "Hide workspace icon",
"description": "Zen mod to hide workspace icon",
"homepage": "https://github.com/Rafi993/zen-hide-workspace-mod",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb146d39-8106-4c32-8fac-2c36fd39518d/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb146d39-8106-4c32-8fac-2c36fd39518d/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb146d39-8106-4c32-8fac-2c36fd39518d/image.png",
"author": "Rafi993",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-19",
"updatedAt": "2025-05-19"
}