소스 검색

Add per-host waybar font settings (jellyfish: Inter 9px, tompot: B612 13px)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
G. Capella 1 일 전
부모
커밋
3d61a2159d
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      dots/.config/waybar/style.css

+ 7 - 0
dots/.config/waybar/style.css

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