이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-home
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
option to hide i3 bar
pull/1/head
Markus Katharina Brechtel
3 년 전
부모
71212e3eba
커밋
b6694d1696
2개의 변경된 파일
과
8개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
defaults/main.yaml
+6
-0
templates/i3/i3.config.j2
+ 2
- 0
defaults/main.yaml
파일 보기
@@ -63,3 +63,5 @@ home_autostart_unclutter: "{{ home_profile == 'presentation' }}"
default_activities: []
workspaces: {}
i3_hide_bar: false
+ 6
- 0
templates/i3/i3.config.j2
파일 보기
@@ -336,6 +336,12 @@ mode "resize" {
### Bar
bar {
{% if i3_hide_bar %}
mode hide
hidden_state hide
modifier $mod
{% endif %}
position top
strip_workspace_numbers yes