aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-05-10 22:22:41 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-05-10 22:42:45 +0300
commit4b5e9e6cb08d269506cad8273ca7e9c93378034e (patch)
treec7a2238326fb074b31d664e6e991fe79b19601ee
parenta8259b4ceae521311f5152980287ff88d0b984e7 (diff)
downloadniri-4b5e9e6cb08d269506cad8273ca7e9c93378034e.tar.gz
niri-4b5e9e6cb08d269506cad8273ca7e9c93378034e.tar.bz2
niri-4b5e9e6cb08d269506cad8273ca7e9c93378034e.zip
wiki: Document urgent-color
-rw-r--r--wiki/Configuration:-Layout.md7
-rw-r--r--wiki/Configuration:-Window-Rules.md2
2 files changed, 9 insertions, 0 deletions
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 {