Add theme: Hide Inactive Workspaces

This commit is contained in:
GunGunGun 2024-11-02 06:41:43 +00:00 committed by GitHub
parent 7aaf4bc97e
commit 5fec69befd
4 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#zen-workspaces-button .subviewbutton:not([active="true"]) {
display: none!important;
}
#zen-workspaces-button:hover .subviewbutton:not([active="true"]) {
display: flex!important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,2 @@
Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.

View file

@ -0,0 +1,14 @@
{
"id": "803c7895-b39b-458e-84f8-a521f4d7a064",
"name": "Hide Inactive Workspaces",
"description": "Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.",
"homepage": "https://github.com/GunGunGun/zenCustomCursorMod/tree/main/autohide_inactive_workspaces",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/image.png",
"author": "GunGunGun",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-11-02",
"updatedAt": "2024-11-02"
}