diff --git a/docs/modules/Clipboard.md b/docs/modules/Clipboard.md index bedac42..fa3f35e 100644 --- a/docs/modules/Clipboard.md +++ b/docs/modules/Clipboard.md @@ -86,6 +86,9 @@ end: |--------------------------------------|------------------------------------------------------| | `.clipboard` | Clipboard widget. | | `.clipboard .btn` | Clipboard widget button. | +| `.clipboard .btn .icon` | Clipboard widget button icon (any type). | +| `.clipboard .btn .text-icon` | Clipboard widget button icon (textual only). | +| `.clipboard .btn .image` | Clipboard widget button icon (image only). | | `.popup-clipboard` | Clipboard popup box. | | `.popup-clipboard .item` | Clipboard row item inside the popup. | | `.popup-clipboard .item .btn` | Clipboard row item radio button. | diff --git a/docs/modules/Music.md b/docs/modules/Music.md index 847cd79..2f912ee 100644 --- a/docs/modules/Music.md +++ b/docs/modules/Music.md @@ -133,28 +133,40 @@ and will be replaced with values from the currently playing track: ## Styling -| Selector | Description | -|-------------------------------------|------------------------------------------| -| `.music` | Tray widget button | -| `.music .contents` | Tray widget button contents box | -| `.popup-music` | Popup box | -| `.popup-music .album-art` | Album art image inside popup box | -| `.popup-music .title` | Track title container inside popup box | -| `.popup-music .title .icon` | Track title icon label inside popup box | -| `.popup-music .title .label` | Track title label inside popup box | -| `.popup-music .album` | Track album container inside popup box | -| `.popup-music .album .icon` | Track album icon label inside popup box | -| `.popup-music .album .label` | Track album label inside popup box | -| `.popup-music .artist` | Track artist container inside popup box | -| `.popup-music .artist .icon` | Track artist icon label inside popup box | -| `.popup-music .artist .label` | Track artist label inside popup box | -| `.popup-music .controls` | Controls container inside popup box | -| `.popup-music .controls .btn-prev` | Previous button inside popup box | -| `.popup-music .controls .btn-play` | Play button inside popup box | -| `.popup-music .controls .btn-pause` | Pause button inside popup box | -| `.popup-music .controls .btn-next` | Next button inside popup box | -| `.popup-music .volume` | Volume container inside popup box | -| `.popup-music .volume .slider` | Volume slider popup box | -| `.popup-music .volume .icon` | Volume icon label inside popup box | +| Selector | Description | +|---------------------------------------------|-------------------------------------------------------| +| `.music` | Tray widget button | +| `.music .contents` | Tray widget button contents box | +| `.music .contents .icon` | Tray widget button icon (any type) | +| `.music .contents .text-icon` | Tray widget button icon (textual only) | +| `.music .contents .image` | Tray widget button icon (image only) | +| `.popup-music` | Popup box | +| `.popup-music .album-art` | Album art image inside popup box | +| `.popup-music .title` | Track title container inside popup box | +| `.popup-music .title .icon-box` | Track title icon container inside popup box | +| `.popup-music .title .icon-box .icon` | Track title icon inside its container (any type) | +| `.popup-music .title .icon-box .text-icon` | Track title icon inside its container (textual only) | +| `.popup-music .title .icon-box .image` | Track title icon inside its container (image only) | +| `.popup-music .title .label` | Track title label inside popup box | +| `.popup-music .album` | Track album container inside popup box | +| `.popup-music .album .icon-box` | Track album icon container inside popup box | +| `.popup-music .album .icon-box .icon` | Track album icon inside its container (any type) | +| `.popup-music .album .icon-box .text-icon` | Track album icon inside its container (textual only) | +| `.popup-music .album .icon-box .image` | Track album icon inside its container (image only) | +| `.popup-music .album .label` | Track album label inside popup box | +| `.popup-music .artist` | Track artist container inside popup box | +| `.popup-music .artist .icon-box` | Track artist icon container inside popup box | +| `.popup-music .artist .icon-box .icon` | Track artist icon inside its container (any type) | +| `.popup-music .artist .icon-box .text-icon` | Track artist icon inside its container (textual only) | +| `.popup-music .artist .icon-box .image` | Track artist icon inside its container (image only) | +| `.popup-music .artist .label` | Track artist label inside popup box | +| `.popup-music .controls` | Controls container inside popup box | +| `.popup-music .controls .btn-prev` | Previous button inside popup box | +| `.popup-music .controls .btn-play` | Play button inside popup box | +| `.popup-music .controls .btn-pause` | Pause button inside popup box | +| `.popup-music .controls .btn-next` | Next button inside popup box | +| `.popup-music .volume` | Volume container inside popup box | +| `.popup-music .volume .slider` | Volume slider popup box | +| `.popup-music .volume .icon` | Volume icon label inside popup box | For more information on styling, please see the [styling guide](styling-guide). \ No newline at end of file diff --git a/docs/modules/Workspaces.md b/docs/modules/Workspaces.md index 1a9d8de..af91e50 100644 --- a/docs/modules/Workspaces.md +++ b/docs/modules/Workspaces.md @@ -89,10 +89,13 @@ end: ## Styling -| Selector | Description | -|-----------------------------|--------------------------------------| -| `.workspaces` | Workspaces widget box | -| `.workspaces .item` | Workspace button | -| `.workspaces .item.focused` | Workspace button (workspace focused) | +| Selector | Description | +|--------------------------------|--------------------------------------| +| `.workspaces` | Workspaces widget box | +| `.workspaces .item` | Workspace button | +| `.workspaces .item.focused` | Workspace button (workspace focused) | +| `.workspaces .item .icon` | Workspace button icon (any type) | +| `.workspaces .item .text-icon` | Workspace button icon (textual only) | +| `.workspaces .item .image` | Workspace button icon (image only) | For more information on styling, please see the [styling guide](styling-guide). \ No newline at end of file