summary refs log tree commit diff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 7f637a9..0cc379d 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -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;
+}