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.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 2d6a36c..eb2810e 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -59,6 +59,7 @@ window#waybar.hidden {
 #custom-mpris,
 #custom-todo,
 #custom-covid,
+#custom-timetracked,
 #tray {
   /* border-top: 1px solid @dimmeddarker; */
   padding: 0 0.1rem;
@@ -252,6 +253,11 @@ label:focus {
   background: @urgent;
 }
 
+#custom-timetracked {
+  color: @urgent;
+  border-top: 1px solid @urgent;
+}
+
 @keyframes flash {
   50% {
     background: rgba(255,174,66, 0.7);