wiki: Document output background-color

This commit is contained in:
Ivan Molodetskikh
2024-07-26 11:28:42 +03:00
parent 689338f059
commit bbdc07ee6c
+16
View File
@@ -13,6 +13,7 @@ output "eDP-1" {
transform "90"
position x=1280 y=0
variable-refresh-rate
background-color "#003300"
}
output "HDMI-A-1" {
@@ -145,3 +146,18 @@ output "HDMI-A-1" {
variable-refresh-rate
}
```
### `background-color`
<sup>Since: 0.1.8</sup>
Set the background color that niri draws for this output.
This is visible when you're not using any background tools like swaybg.
The alpha channel for this color will be ignored.
```kdl
output "HDMI-A-1" {
background-color "#003300"
}
```