Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-theme]: Autohide Inactive Workspaces #687

Closed
1 task
GunGunGun opened this issue Nov 2, 2024 · 1 comment
Closed
1 task

[create-theme]: Autohide Inactive Workspaces #687

GunGunGun opened this issue Nov 2, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@GunGunGun
Copy link
Contributor

Name

Autohide 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

Image

https://github.com/GunGunGun/zenCustomCursorMod/blob/main/autohide_inactive_workspaces/image.png?raw=true

Type

  • JSON Color Theme

Theme Styles

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

Readme

Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.

Preferences

No response

@GunGunGun GunGunGun added the new-theme Submit a theme to be added to the theme library label Nov 2, 2024
Copy link
Contributor

github-actions bot commented Nov 2, 2024

Error creating theme

Sorry about that! There was an error creating the theme. Please try again or contact the maintainers for help.

Name must be less than 25 characters.

@github-actions github-actions bot closed this as completed Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant