aboutsummaryrefslogtreecommitdiffstats
path: root/breaktimer.css
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-23 12:12:29 +0200
committerDanilo M. <danix@danix.xyz>2026-06-23 12:21:50 +0200
commitd15531a76f87e29e32c18ba64445003cafe1734a (patch)
tree52c4c17434b4cba9212a32907a149a592fb185e4 /breaktimer.css
downloadbreaktimer-d15531a76f87e29e32c18ba64445003cafe1734a.tar.gz
breaktimer-d15531a76f87e29e32c18ba64445003cafe1734a.zip
Initial commit: breaktimer break-reminder daemon with Waybar module
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'breaktimer.css')
-rw-r--r--breaktimer.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/breaktimer.css b/breaktimer.css
new file mode 100644
index 0000000..8446531
--- /dev/null
+++ b/breaktimer.css
@@ -0,0 +1,27 @@
+/* breaktimer.css - incolla queste righe nel tuo ~/.config/waybar/style.css */
+/* Niente commenti // (GTK CSS accetta solo la sintassi slash-star). */
+
+#custom-breaktimer {
+ padding: 0 10px;
+ margin: 0 2px;
+}
+
+#custom-breaktimer.working {
+ color: #a6e3a1;
+}
+
+#custom-breaktimer.breaking {
+ color: #89b4fa;
+}
+
+#custom-breaktimer.longbreak {
+ color: #cba6f7;
+}
+
+#custom-breaktimer.paused {
+ color: #f9e2af;
+}
+
+#custom-breaktimer.stopped {
+ color: #6c7086;
+}