summary refs log tree commit diff
path: root/.config/waybar/style.css.in
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css.in')
-rw-r--r--.config/waybar/style.css.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/waybar/style.css.in b/.config/waybar/style.css.in
index 075b83c..460853c 100644
--- a/.config/waybar/style.css.in
+++ b/.config/waybar/style.css.in
@@ -323,3 +323,11 @@ label:focus {
   /* border-top: 1px solid #941100; */
   /* color: #941100; */
 }
+
+#custom-hotspots {
+  border-top: 1px solid @urgent;
+  color: @dimmed;
+}
+#custom-hotspots.soon {
+  color: @urgent;
+}