This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-home
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
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