소스 검색

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 일 전
부모
커밋
01b958baff
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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 */
 }