First working version

This commit is contained in:
willifan 2024-03-17 15:44:15 +01:00
parent c8ac4b08ea
commit d507864ec1
8 changed files with 194 additions and 135 deletions

13
Struktur.md Normal file
View file

@ -0,0 +1,13 @@
- workspaces: array
- normal
- ID: int (ID of workspace)
- occupied: bool (if workspace is occupied)
- monitorID: int (ID of monitor workspace is on)
- active: bool (if workspace is open)
- icon: string (path of icon of client)
- special
- ID: int (ID of workspace)
- occupied: bool (if workspace is occupied)
- monitorID: int (ID of monitor workspace is on)
- active: bool (if workspace is open)
- icon: string (path of icon of client)