Add backdrop-color setting to overview {}

This commit is contained in:
Ivan Molodetskikh
2025-04-28 07:53:03 +03:00
parent db09727b18
commit fd389af6d8
4 changed files with 45 additions and 24 deletions
+12
View File
@@ -25,6 +25,7 @@ cursor {
overview {
zoom 0.5
backdrop-color "#262626"
}
clipboard {
@@ -161,6 +162,17 @@ overview {
}
```
`backdrop-color` sets the backdrop color behind workspaces in the overview.
The backdrop is also visible between workspaces when switching.
The alpha channel for this color will be ignored.
```kdl
overview {
backdrop-color "#262626"
}
```
### `clipboard`
<sup>Since: 25.02</sup>