1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00

docs(workspaces): add missing .inactive selector

This commit is contained in:
Jake Stanger 2023-08-24 23:29:16 +01:00 committed by GitHub
parent d010fd6398
commit b9c41af0f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,6 +103,7 @@ end:
| `.workspaces` | Workspaces widget box | | `.workspaces` | Workspaces widget box |
| `.workspaces .item` | Workspace button | | `.workspaces .item` | Workspace button |
| `.workspaces .item.focused` | Workspace button (workspace focused) | | `.workspaces .item.focused` | Workspace button (workspace focused) |
| `.workspaces .item.inactive` | Workspace button (favourite, not currently open)
| `.workspaces .item .icon` | Workspace button icon (any type) | | `.workspaces .item .icon` | Workspace button icon (any type) |
| `.workspaces .item .text-icon` | Workspace button icon (textual only) | | `.workspaces .item .text-icon` | Workspace button icon (textual only) |
| `.workspaces .item .image` | Workspace button icon (image only) | | `.workspaces .item .image` | Workspace button icon (image only) |