Răsfoiți Sursa

Revert waybar font to per-host (jellyfish: Inter, tompot: B612)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
G. Capella 1 zi în urmă
părinte
comite
01b958baff
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      dots/.config/waybar/style.css

+ 3 - 1
dots/.config/waybar/style.css

@@ -50,11 +50,13 @@
 #waybar {
     background: #323232;
     color: white;
-    font-family: B612;
 /* @host jellyfish */
+    font-family: "Inter", "DejaVu Sans", sans-serif;
     font-size: 11px;
+    font-feature-settings: "tnum";
 /* @end */
 /* @host tompot */
+    font-family: B612;
     font-size: 13px;
 /* @end */
 }