aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/waybar/style.css')
-rw-r--r--dot_config/waybar/style.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css
index cb4dd86..fe2f3bb 100644
--- a/dot_config/waybar/style.css
+++ b/dot_config/waybar/style.css
@@ -61,11 +61,19 @@ window#waybar {
#custom-dock,
#custom-notifications,
#custom-update,
+#custom-pacdiff,
+#custom-failed-units,
+#custom-arch-audit,
+#custom-lostfiles,
#custom-thunderbird {
padding: 0 6px;
}
-#custom-update.fresh {
+#custom-update.fresh,
+#custom-pacdiff.fresh,
+#custom-failed-units.fresh,
+#custom-arch-audit.fresh,
+#custom-lostfiles.fresh {
padding: 0;
}
@@ -77,6 +85,22 @@ window#waybar {
color: #fb4934; /* red — stale ≥ 7d */
}
+#custom-pacdiff.warn {
+ color: #fabd2f; /* yellow — .pacnew/.pacsave waiting */
+}
+
+#custom-failed-units.critical {
+ color: #fb4934; /* red — at least one failed unit */
+}
+
+#custom-arch-audit.critical {
+ color: #fb4934; /* red — fixable CVEs in installed packages */
+}
+
+#custom-lostfiles.warn {
+ color: #fabd2f; /* yellow — unowned files under tracked dirs */
+}
+
#cpu {
color: #83a598; /* blue */
}