This commit is contained in:
mr. m 2025-07-01 05:54:39 -05:00 committed by GitHub
commit 07b729e0f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,17 @@
.zen-current-workspace-indicator-icon {
display: none !important;
}
.zen-workspace-icon {
position: relative;
color: transparent;
}
.zen-workspace-icon::before {
position: absolute;
inset: 6px;
content: '';
background-color: white;
border-radius: 50%;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View file

@ -0,0 +1,2 @@
This mod will hide the icon next to the workspace name at the top, as well as replace the icon indicators at the bottom with cleaner, more minimalistic ones.

View file

@ -0,0 +1,14 @@
{
"id": "263d8976-f601-4551-9c8d-24938f1e956c",
"name": "Minimalistic Workspaces",
"description": "Replace your workspace icons with more minimalistic ones",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/263d8976-f601-4551-9c8d-24938f1e956c/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/263d8976-f601-4551-9c8d-24938f1e956c/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/263d8976-f601-4551-9c8d-24938f1e956c/image.png",
"author": "HeasHeartfire",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-02",
"updatedAt": "2025-03-02"
}