From 4b5e9e6cb08d269506cad8273ca7e9c93378034e Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 10 May 2025 22:22:41 +0300 Subject: wiki: Document urgent-color --- wiki/Configuration:-Layout.md | 7 +++++++ wiki/Configuration:-Window-Rules.md | 2 ++ 2 files changed, 9 insertions(+) diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index c76bf82e..a4509eef 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -32,8 +32,10 @@ layout { width 4 active-color "#7fc8ff" inactive-color "#505050" + urgent-color "#9b0000" // active-gradient from="#80c8ff" to="#bbddff" angle=45 // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" + // urgent-gradient from="#800" to="#a33" angle=45 } border { @@ -41,8 +43,10 @@ layout { width 4 active-color "#ffc87f" inactive-color "#505050" + urgent-color "#9b0000" // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view" // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" in="srgb-linear" + // urgent-gradient from="#800" to="#a33" angle=45 } shadow { @@ -270,6 +274,9 @@ layout { active-color "#ffc87f" inactive-color "#505050" + // Color of the border around windows that request your attention. + urgent-color "#9b0000" + // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view" // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" in="srgb-linear" } diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md index 475864ee..871f707c 100644 --- a/wiki/Configuration:-Window-Rules.md +++ b/wiki/Configuration:-Window-Rules.md @@ -63,8 +63,10 @@ window-rule { width 4 active-color "#7fc8ff" inactive-color "#505050" + urgent-color "#9b0000" // active-gradient from="#80c8ff" to="#bbddff" angle=45 // inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view" + // urgent-gradient from="#800" to="#a33" angle=45 } border { -- cgit