Explorar el Código

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

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
G. Capella hace 1 día
padre
commit
01b958baff
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 */
 }