-
-
Notifications
You must be signed in to change notification settings - Fork 79
(Widget) GlazeWM Tiling Direction
github-actions edited this page Apr 21, 2025
·
2 revisions
Option | Type | Default | Description |
---|---|---|---|
horizontal_label |
string | '\udb81\udce1' |
The label used for horizontal tiling direction. |
vertical_label |
string | '\udb81\udce2' |
Optional label for populated workspaces. |
glazewm_server_uri |
string | 'ws://localhost:6123' |
Optional GlazeWM server uri. |
container_shadow |
dict | None |
Container shadow options. |
btn_shadow |
dict | None |
Workspace button shadow options |
glazewm_tiling_direction:
type: "glazewm.tiling_direction.GlazewmTilingDirectionWidget"
options:
horizontal_label: "\udb81\udce1"
vertical_label: "\udb81\udce2"
btn_shadow:
enabled: true
color: "black"
radius: 3
offset: [ 1, 1 ]
- horizontal_label: Label used for horizontal tiling direction.
- vertical_label: Label for vertical tiling direction.
- glazewm_server_uri: Optional GlazeWM server uri if it ever changes on GlazeWM side.
- container_shadow: Container shadow options.
- btn_shadow: Workspace button shadow options.
container_shadow
is applied to the container if it's not transparent.
If it is transparent, container shadows will be applied to the btn
instead.
This can cause double shadows if you have btn_shadow
already.
Apply the shadows only to the container that is actually visible.
.glazewm-tiling-direction {} /*Style for widget.*/
.glazewm-tiling-direction .btn {} /*Style for tiling direction button.*/
.glazewm-tiling-direction {
background-color: transparent;
padding: 0;
margin: 0;
}
.glazewm-tiling-direction .btn {
font-size: 18px;
width: 14px;
padding: 0 4px 0 4px;
color: #CDD6F4;
border: none;
}
.glazewm-tiling-direction .btn:hover {
background-color: #727272;
}
- Home
- Installation
- Configuration
- Styling
- YASB CLI
- FAQ
- Widgets:
- Active Windows Title
- Applications
- Battery
- Bluetooth
- Brightness
- Cava
- CPU
- Clock
- Custom
- Github
- GlazeWM Binding Mode
- GlazeWM Tiling Direction
- GlazeWM Workspaces
- Home
- Disk
- Language
- Libre Hardware Monitor
- Media
- Memory
- Microphone
- Notifications
- Notes
- OBS
- Server Monitor
- Systray
- Traffic
- Taskbar
- Pomodoro
- Power Menu
- Recycle Bin
- Update Check
- Visual Studio Code
- Volume
- Wallpapers
- Weather
- WiFi
- WHKD
- Windows-Desktops
- Komorebi Control
- Komorebi Layout
- Komorebi Stack
- Komorebi Workspaces
- Writing Widget