Workspace bar changes (#129)

* workspace mask + 'color only' indicator

* edits

* edits - 2

* Update modules/bar/workspaces/index.ts

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
matavach
2024-08-16 23:52:07 -05:00
committed by GitHub
parent 84e85b168e
commit b3b397d479
4 changed files with 19 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ export const Inputter = <T>({
isUnsaved: Variable<boolean>
) => {
return Widget.Box({
vpack: "center",
class_name: /export|import/.test(type || "") ? "" : "inputter-container",
setup: self => {