mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
wiki: Document output background-color
This commit is contained in:
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user