mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Hide Inactive Workspaces
This commit is contained in:
parent
7aaf4bc97e
commit
5fec69befd
4 changed files with 23 additions and 0 deletions
7
themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css
Normal file
7
themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/803c7895-b39b-458e-84f8-a521f4d7a064/image.png
Normal file
BIN
themes/803c7895-b39b-458e-84f8-a521f4d7a064/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
2
themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md
Normal file
2
themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.
|
14
themes/803c7895-b39b-458e-84f8-a521f4d7a064/theme.json
Normal file
14
themes/803c7895-b39b-458e-84f8-a521f4d7a064/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue