mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
default-config: Make sample gradients more obvious
This commit is contained in:
@@ -177,7 +177,7 @@ layout {
|
|||||||
// You can use any CSS linear-gradient tool on the web to set these up.
|
// You can use any CSS linear-gradient tool on the web to set these up.
|
||||||
// Changing the color space is also supported, check the wiki for more info.
|
// Changing the color space is also supported, check the wiki for more info.
|
||||||
//
|
//
|
||||||
// active-gradient from="#80c8ff" to="#bbddff" angle=45
|
// active-gradient from="#80c8ff" to="#c7ff7f" angle=45
|
||||||
|
|
||||||
// You can also color the gradient relative to the entire view
|
// You can also color the gradient relative to the entire view
|
||||||
// of the workspace, rather than relative to just the window itself.
|
// of the workspace, rather than relative to just the window itself.
|
||||||
@@ -199,7 +199,11 @@ layout {
|
|||||||
// Color of the border around windows that request your attention.
|
// Color of the border around windows that request your attention.
|
||||||
urgent-color "#9b0000"
|
urgent-color "#9b0000"
|
||||||
|
|
||||||
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
|
// Gradients can use a few different interpolation color spaces.
|
||||||
|
// For example, this is a pastel rainbow gradient via in="oklch longer hue".
|
||||||
|
//
|
||||||
|
// active-gradient from="#e5989b" to="#ffb4a2" angle=45 relative-to="workspace-view" in="oklch longer hue"
|
||||||
|
|
||||||
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
|
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user