소스 검색

Replace default status bar separator by a point

DricomDragon 4 년 전
부모
커밋
3439ed2528
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Install/Templates/i3/config

+ 1 - 0
Install/Templates/i3/config

@@ -213,5 +213,6 @@ hide_edge_borders smart
 # Start i3bar to display a workspace bar (plus some system information)
 bar {
         status_command i3status --config ~/.config/i3/status_bar
+        separator_symbol "·"
 }