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]: Hide Inactive Workspaces #689

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

[create-theme]: Hide Inactive Workspaces #689

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

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

Image

https://raw.githubusercontent.com/GunGunGun/zenCustomCursorMod/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

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

@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