commit 23479e87f9bac5e88ad49f176ab05ed3443d804e
parent 811b9640af053c7d7c7a475c5a78f58f2b5ecb9e
Author: Jake Koroman <jakekoroman@proton.me>
Date: Thu, 26 Sep 2024 20:34:13 -0400
waybar: add colour for urgent tags.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
@@ -32,6 +32,10 @@ tooltip label {
border-bottom: 3px solid green;
}
+#tags button.urgent {
+ border-bottom: 3px solid #f53c3c;
+}
+
#tags button.focused {
background: #64727D;
border-bottom: 3px solid white;