mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Workspace Tweaks
This commit is contained in:
parent
5afb1dd7df
commit
1e9f1f6d59
5 changed files with 112 additions and 0 deletions
44
themes/e6f56814-6209-413f-9ca3-ea4f26848114/chrome.css
Normal file
44
themes/e6f56814-6209-413f-9ca3-ea4f26848114/chrome.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
|
||||
@media (-moz-bool-pref: "uc.workspace-tweaks.top-pad-rm") {
|
||||
#titlebar {
|
||||
margin-top: calc(var(--zen-element-separation) * 1) !important;
|
||||
}
|
||||
|
||||
#zen-sidebar-top-buttons {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "uc.workspace-tweaks.top-center") {
|
||||
#zen-current-workspace-indicator-container .zen-current-workspace-indicator {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "uc.workspace-tweaks.bottom-pad") {
|
||||
#zen-sidebar-bottom-buttons {
|
||||
padding-inline: var(--zen-element-separation) !important;
|
||||
padding-block: calc(var(--zen-element-separation) / 2) !important;
|
||||
margin-top: calc(var(--zen-element-separation)) !important;
|
||||
|
||||
& .zen-workspaces-button {
|
||||
--arrowpanel-menuitem-padding-inline: var(
|
||||
--arrowpanel-menuitem-padding-block
|
||||
) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "uc.workspace-tweaks.bottom-bg") {
|
||||
#zen-sidebar-bottom-buttons {
|
||||
border-radius: var(--zen-border-radius);
|
||||
background-color: var(--zen-toolbar-element-bg) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "uc.workspace-tweaks.top-bg") {
|
||||
#zen-current-workspace-indicator-container .zen-current-workspace-indicator {
|
||||
border-radius: var(--zen-border-radius);
|
||||
background-color: var(--zen-toolbar-element-bg) !important;
|
||||
}
|
||||
}
|
BIN
themes/e6f56814-6209-413f-9ca3-ea4f26848114/image.png
Normal file
BIN
themes/e6f56814-6209-413f-9ca3-ea4f26848114/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
38
themes/e6f56814-6209-413f-9ca3-ea4f26848114/preferences.json
Normal file
38
themes/e6f56814-6209-413f-9ca3-ea4f26848114/preferences.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
[
|
||||
{
|
||||
"property": "zen.workspaces.show-workspace-indicator",
|
||||
"label": "Shows the workspace-indicator above Pins.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.workspace-tweaks.top-pad-rm",
|
||||
"label": "Remove padding from sidebar start. Looks best with Bottom Essentials.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.workspace-tweaks.top-center",
|
||||
"label": "Center top workspace-indicator label.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.workspace-tweaks.bottom-pad",
|
||||
"label": "Add padding to the bottom workspace icons",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.workspace-tweaks.top-bg",
|
||||
"label": "Add a background to the top workspace-indicator label.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
},
|
||||
{
|
||||
"property": "uc.workspace-tweaks.bottom-bg",
|
||||
"label": "Add a background to the bottom workspace-indicator label.",
|
||||
"type": "checkbox",
|
||||
"disabledOn": []
|
||||
}
|
||||
]
|
15
themes/e6f56814-6209-413f-9ca3-ea4f26848114/readme.md
Normal file
15
themes/e6f56814-6209-413f-9ca3-ea4f26848114/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
# Workspace Tweaks
|
||||
|
||||
Change spacing, placement and backgrounds of the top and bottom workspace indicators.
|
||||
|
||||

|
||||
|
||||
## Options
|
||||
|
||||
- Show the workspace-indicator above Pins.
|
||||
- Remove padding from sidebar start (Looks best with Bottom Essentials).
|
||||
- Center top workspace-indicator label.
|
||||
- Add padding to the bottom workspace icons
|
||||
- Add a background to the top workspace-indicator label.
|
||||
- Add a background to the bottom workspace-indicator label.
|
15
themes/e6f56814-6209-413f-9ca3-ea4f26848114/theme.json
Normal file
15
themes/e6f56814-6209-413f-9ca3-ea4f26848114/theme.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "e6f56814-6209-413f-9ca3-ea4f26848114",
|
||||
"name": "Workspace Tweaks",
|
||||
"description": "Change spacing, placement and backgrounds of the top and bottom workspace indicators.",
|
||||
"homepage": "https://github.com/MihkelMK/zen-mods/tree/main/workspace_tweaks",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e6f56814-6209-413f-9ca3-ea4f26848114/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e6f56814-6209-413f-9ca3-ea4f26848114/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e6f56814-6209-413f-9ca3-ea4f26848114/image.png",
|
||||
"author": "MihkelMK",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2025-03-07",
|
||||
"updatedAt": "2025-03-07",
|
||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e6f56814-6209-413f-9ca3-ea4f26848114/preferences.json"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue